Sha256: cae4b794e6f58e570faaf9c85f85e8899430f2eb555fd84d639f3344f27283fd

Contents?: true

Size: 1.84 KB

Versions: 23

Compression:

Stored size: 1.84 KB

Contents

AWS::Route53::RecordSetGroup:
  Properties:
    HostedZoneId: "\"xxxxx\""
    HostedZoneName: |
      "example.com." # When you create a stack using an AWS::Route53::RecordSet that specifies HostedZoneName, AWS CloudFormation attempts to find a hosted zone whose name matches the HostedZoneName. If AWS CloudFormation cannot find a hosted zone with a matching domain name, or if there is more than one hosted zone with the specified domain name, AWS CloudFormation will not create the stack.  If you have multiple hosted zones with the same domain name, you must explicitly specify the hosted zone using HostedZoneId.  Required: Conditional. You must specify either the HostedZoneName or HostedZoneId, but you cannot specify both." 
    RecordSets: |
      [
        {
          "AliasTarget" => "AliasTarget",
          "Failover" => "String",
          "GeoLocation" => {
            "ContinentCode" => "see http://docs.aws.amazon.com/Route53/latest/APIReference/API_ChangeResourceRecordSets_Requests.html#change-rrsets-request-continent-code",
            "CountryCode" => "String",
            "SubdivisionCode" => "String"
          },
          "HealthCheckId" => "String",
          "HostedZoneId" => "String",
          "HostedZoneName" => "String",
          "Name" => "String",
          "Region" => "String", # Latency resource record sets only: The Amazon EC2 region where the resource that is specified in this resource record set resides. The resource typically is an AWS resource, for example, Amazon EC2 instance or an Elastic Load Balancing load balancer, and is referred to by an IP address or a DNS domain name, depending on the record type.
          "ResourceRecords" => [ "String" ],
          "SetIdentifier" => "String",
          "TTL" => "String",
          "Type" => "String",
          "Weight" => "Integer"
        }
      ] 
    Comment: "\"Comment\""

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
cfnlego-0.6.3 lib/cfnlego/resources/AWS/Route53/RecordSetGroup.yaml
cfnlego-0.6.2 lib/cfnlego/resources/AWS/Route53/RecordSetGroup.yaml
cfnlego-0.6.1 lib/cfnlego/resources/AWS/Route53/RecordSetGroup.yaml
cfnlego-0.6.0 lib/cfnlego/resources/AWS/Route53/RecordSetGroup.yaml
cfnlego-0.5.1 lib/cfnlego/resources/AWS/Route53/RecordSetGroup.yaml
cfnlego-0.5.0 lib/cfnlego/resources/AWS/Route53/RecordSetGroup.yaml
cfnlego-0.4.0 lib/cfnlego/resources/AWS/Route53/RecordSetGroup.yaml
cfnlego-0.3.6 lib/cfnlego/resources/AWS/Route53/RecordSetGroup.yaml
cfnlego-0.3.5 lib/cfnlego/resources/AWS/Route53/RecordSetGroup.yaml
cfnlego-0.3.4 lib/cfnlego/resources/AWS/Route53/RecordSetGroup.yaml
cfnlego-0.3.3 lib/cfnlego/resources/AWS/Route53/RecordSetGroup.yaml
cfnlego-0.3.2 lib/cfnlego/resources/AWS/Route53/RecordSetGroup.yaml
cfnlego-0.3.1 lib/cfnlego/resources/AWS/Route53/RecordSetGroup.yaml
cfnlego-0.3.0 lib/cfnlego/resources/AWS/Route53/RecordSetGroup.yaml
cfnlego-0.2.9 lib/cfnlego/resources/AWS/Route53/RecordSetGroup.yaml
cfnlego-0.2.8 lib/cfnlego/resources/AWS/Route53/RecordSetGroup.yaml
cfnlego-0.2.7 lib/cfnlego/resources/AWS/Route53/RecordSetGroup.yaml
cfnlego-0.2.6 lib/cfnlego/resources/AWS/Route53/RecordSetGroup.yaml
cfnlego-0.2.5 lib/cfnlego/resources/AWS/Route53/RecordSetGroup.yaml
cfnlego-0.2.4 lib/cfnlego/resources/AWS/Route53/RecordSetGroup.yaml