Class: Convection::Model::Template::ResourceProperty::CloudFrontOrigin
- Inherits:
-
Convection::Model::Template::ResourceProperty
- Object
- Convection::Model::Template::ResourceProperty
- Convection::Model::Template::ResourceProperty::CloudFrontOrigin
- Defined in:
- lib/convection/model/template/resource_property/aws_cloudfront_origin.rb
Overview
Represents a CloudFront Origin Embedded Property Type
Instance Attribute Summary
Attributes inherited from Convection::Model::Template::ResourceProperty
#exist, #properties, #template
Instance Method Summary collapse
- #custom_origin(&block) ⇒ Object
- #domain_name(value) ⇒ Object
- #id(value) ⇒ Object
- #origin_path(value) ⇒ Object
- #s3_origin(&block) ⇒ Object
Methods inherited from Convection::Model::Template::ResourceProperty
attach_method, #initialize, properties, property, #property, #render
Methods included from DSL::Helpers
#camel_case, included, method_name, #screaming_snake_case, #snake_case
Methods included from DSL::IntrinsicFunctions
#base64, #find_in_map, #fn_and, #fn_equals, #fn_if, #fn_not, #fn_or, #fn_ref, #get_att, #get_azs, #join, #select
Constructor Details
This class inherits a constructor from Convection::Model::Template::ResourceProperty
Instance Method Details
#custom_origin ⇒ Object #custom_origin(value) ⇒ Object
10 |
# File 'lib/convection/model/template/resource_property/aws_cloudfront_origin.rb', line 10 property :custom_origin, 'CustomOriginConfig' |
#domain_name ⇒ Object #domain_name(value) ⇒ Object
11 |
# File 'lib/convection/model/template/resource_property/aws_cloudfront_origin.rb', line 11 property :domain_name, 'DomainName' |
#id ⇒ Object #id(value) ⇒ Object
12 |
# File 'lib/convection/model/template/resource_property/aws_cloudfront_origin.rb', line 12 property :id, 'Id' |
#origin_path ⇒ Object #origin_path(value) ⇒ Object
13 |
# File 'lib/convection/model/template/resource_property/aws_cloudfront_origin.rb', line 13 property :origin_path, 'OriginPath' |
#s3_origin ⇒ Object #s3_origin(value) ⇒ Object
14 |
# File 'lib/convection/model/template/resource_property/aws_cloudfront_origin.rb', line 14 property :s3_origin, 'S3OriginConfig' |