Sha256: c2047b198e225aa42ce663d1b72b668e3c3aab5e06b8ea0d5673752a40df73d9

Contents?: true

Size: 544 Bytes

Versions: 57

Compression:

Stored size: 544 Bytes

Contents

require_relative '../resource_property'

module Convection
  module Model
    class Template
      class ResourceProperty
        # Represents an {http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-aliastarget.html
        # Route53 AliasTarget Property Type}
        class Route53AliasTarget < ResourceProperty
          property :dns_name, 'DNSName'
          property :evaluate_target_health, 'EvaluateTargetHealth'
          property :hosted_zone_id, 'HostedZoneId'
        end
      end
    end
  end
end

Version data entries

57 entries across 57 versions & 1 rubygems

Version Path
convection-1.1.3 lib/convection/model/template/resource_property/aws_route53_alias_target.rb
convection-1.1.2 lib/convection/model/template/resource_property/aws_route53_alias_target.rb
convection-1.1.1 lib/convection/model/template/resource_property/aws_route53_alias_target.rb
convection-1.1.0 lib/convection/model/template/resource_property/aws_route53_alias_target.rb
convection-1.0.7 lib/convection/model/template/resource_property/aws_route53_alias_target.rb
convection-1.0.6 lib/convection/model/template/resource_property/aws_route53_alias_target.rb
convection-1.0.5 lib/convection/model/template/resource_property/aws_route53_alias_target.rb
convection-1.0.4 lib/convection/model/template/resource_property/aws_route53_alias_target.rb
convection-1.0.3 lib/convection/model/template/resource_property/aws_route53_alias_target.rb
convection-1.0.2 lib/convection/model/template/resource_property/aws_route53_alias_target.rb
convection-1.0.1 lib/convection/model/template/resource_property/aws_route53_alias_target.rb
convection-1.0.0.pre.beta.10 lib/convection/model/template/resource_property/aws_route53_alias_target.rb
convection-1.0.0.pre.beta.9 lib/convection/model/template/resource_property/aws_route53_alias_target.rb
convection-1.0.0.pre.beta.8 lib/convection/model/template/resource_property/aws_route53_alias_target.rb
convection-1.0.0.pre.beta.7 lib/convection/model/template/resource_property/aws_route53_alias_target.rb
convection-1.0.0.pre.beta.6 lib/convection/model/template/resource_property/aws_route53_alias_target.rb
convection-1.0.0.pre.beta.4 lib/convection/model/template/resource_property/aws_route53_alias_target.rb