Stratosphere.Route53.RecordSet
module Stratosphere.Route53.RecordSet.AliasTargetProperty
module Stratosphere.Route53.RecordSet.CidrRoutingConfigProperty
module Stratosphere.Route53.RecordSet.GeoLocationProperty
module Stratosphere.Route53.RecordSet.GeoProximityLocationProperty
data RecordSet Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-aliastarget
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-cidrroutingconfig
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-comment
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-failover
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-geolocation
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-geoproximitylocation
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-healthcheckid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzoneid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-hostedzonename
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-multivalueanswer
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-region
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-resourcerecords
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-setidentifier
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-ttl
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-type
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-weight
Defined in Stratosphere.Route53.RecordSet
Methods
toJSON :: RecordSet -> Value #
toEncoding :: RecordSet -> Encoding #
toJSONList :: [RecordSet] -> Value #
toEncodingList :: [RecordSet] -> Encoding #
omitField :: RecordSet -> Bool #
showsPrec :: Int -> RecordSet -> ShowS #
show :: RecordSet -> String #
showList :: [RecordSet] -> ShowS #
(==) :: RecordSet -> RecordSet -> Bool #
(/=) :: RecordSet -> RecordSet -> Bool #
toResourceProperties :: RecordSet -> ResourceProperties #
Associated Types
set :: PropertyType "AliasTarget" RecordSet -> RecordSet -> RecordSet #
set :: PropertyType "CidrRoutingConfig" RecordSet -> RecordSet -> RecordSet #
set :: PropertyType "Comment" RecordSet -> RecordSet -> RecordSet #
set :: PropertyType "Failover" RecordSet -> RecordSet -> RecordSet #
set :: PropertyType "GeoLocation" RecordSet -> RecordSet -> RecordSet #
set :: PropertyType "GeoProximityLocation" RecordSet -> RecordSet -> RecordSet #
set :: PropertyType "HealthCheckId" RecordSet -> RecordSet -> RecordSet #
set :: PropertyType "HostedZoneId" RecordSet -> RecordSet -> RecordSet #
set :: PropertyType "HostedZoneName" RecordSet -> RecordSet -> RecordSet #
set :: PropertyType "MultiValueAnswer" RecordSet -> RecordSet -> RecordSet #
set :: PropertyType "Name" RecordSet -> RecordSet -> RecordSet #
set :: PropertyType "Region" RecordSet -> RecordSet -> RecordSet #
set :: PropertyType "ResourceRecords" RecordSet -> RecordSet -> RecordSet #
set :: PropertyType "SetIdentifier" RecordSet -> RecordSet -> RecordSet #
set :: PropertyType "TTL" RecordSet -> RecordSet -> RecordSet #
set :: PropertyType "Type" RecordSet -> RecordSet -> RecordSet #
set :: PropertyType "Weight" RecordSet -> RecordSet -> RecordSet #
mkRecordSet :: Value Text -> Value Text -> RecordSet Source #