Sha256: e668fd2735af835faea017f37d35d94a6bbb565e676cb9929018e463bfb7f5dc

Contents?: true

Size: 916 Bytes

Versions: 43

Compression:

Stored size: 916 Bytes

Contents

require_relative '../resource'

module Convection
  module Model
    class Template
      class Resource
        ##
        # AWS::EC2::Instance
        ##
        class Route53RecordSet < Resource
          type 'AWS::Route53::RecordSet', :route53_recordset
          property :alias_target, 'AliasTarget'
          property :comment, 'Comment'
          property :failover, 'Failover'
          property :geo_location, 'GeoLocation', :array
          property :health_check_id, 'HealthCheckId'
          property :zone, 'HostedZoneId'
          property :zone_name, 'HostedZoneName'
          property :record_name, 'Name'
          property :region, 'Region'
          property :record, 'ResourceRecords', :array
          property :set_identifier, 'SetIdentifier'
          property :ttl, 'TTL'
          property :record_type, 'Type'
          property :weight, 'Weight'
        end
      end
    end
  end
end

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
convection-1.0.0.pre.beta.1 lib/convection/model/template/resource/aws_route53_recordset.rb
convection-0.4.3 lib/convection/model/template/resource/aws_route53_recordset.rb
convection-0.4.2 lib/convection/model/template/resource/aws_route53_recordset.rb
convection-0.4.1 lib/convection/model/template/resource/aws_route53_recordset.rb
convection-0.4.0 lib/convection/model/template/resource/aws_route53_recordset.rb
convection-0.3.3.pre.beta.1 lib/convection/model/template/resource/aws_route53_recordset.rb
convection-0.3.2 lib/convection/model/template/resource/aws_route53_recordset.rb
convection-0.3.1 lib/convection/model/template/resource/aws_route53_recordset.rb
convection-0.3.0 lib/convection/model/template/resource/aws_route53_recordset.rb
convection-0.2.34.pre.beta.1 lib/convection/model/template/resource/aws_route53_recordset.rb
convection-0.2.33 lib/convection/model/template/resource/aws_route53_recordset.rb
convection-0.2.32 lib/convection/model/template/resource/aws_route53_recordset.rb
convection-0.2.31 lib/convection/model/template/resource/aws_route53_recordset.rb
convection-0.2.30 lib/convection/model/template/resource/aws_route53_recordset.rb
convection-0.2.29 lib/convection/model/template/resource/aws_route53_recordset.rb
convection-0.2.28 lib/convection/model/template/resource/aws_route53_recordset.rb
convection-0.2.27 lib/convection/model/template/resource/aws_route53_recordset.rb
convection-0.2.26 lib/convection/model/template/resource/aws_route53_recordset.rb
convection-0.2.25 lib/convection/model/template/resource/aws_route53_recordset.rb
convection-0.2.24 lib/convection/model/template/resource/aws_route53_recordset.rb