Class: Convection::Model::Template::ResourceProperty::CloudFrontOrigin

Inherits:
Convection::Model::Template::ResourceProperty show all
Defined in:
lib/convection/model/template/resource_property/aws_cloudfront_origin.rb

Overview

Instance Attribute Summary

Attributes inherited from Convection::Model::Template::ResourceProperty

#exist, #properties, #template

Instance Method Summary collapse

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_originObject #custom_origin(value) ⇒ Object

Overloads:

  • #custom_originObject

    Returns the value of the 'CustomOriginConfig' CloudFormation property.

  • #custom_origin(value) ⇒ Object

    Sets the 'CustomOriginConfig' CloudFormation property.

    Parameters:

    • value

      the value to set the 'CustomOriginConfig' CloudFormation property to.



10
# File 'lib/convection/model/template/resource_property/aws_cloudfront_origin.rb', line 10

property :custom_origin, 'CustomOriginConfig'

#domain_nameObject #domain_name(value) ⇒ Object

Overloads:

  • #domain_nameObject

    Returns the value of the 'DomainName' CloudFormation property.

  • #domain_name(value) ⇒ Object

    Sets the 'DomainName' CloudFormation property.

    Parameters:

    • value

      the value to set the 'DomainName' CloudFormation property to.



11
# File 'lib/convection/model/template/resource_property/aws_cloudfront_origin.rb', line 11

property :domain_name, 'DomainName'

#idObject #id(value) ⇒ Object

Overloads:

  • #idObject

    Returns the value of the 'Id' CloudFormation property.

  • #id(value) ⇒ Object

    Sets the 'Id' CloudFormation property.

    Parameters:

    • value

      the value to set the 'Id' CloudFormation property to.



12
# File 'lib/convection/model/template/resource_property/aws_cloudfront_origin.rb', line 12

property :id, 'Id'

#origin_pathObject #origin_path(value) ⇒ Object

Overloads:

  • #origin_pathObject

    Returns the value of the 'OriginPath' CloudFormation property.

  • #origin_path(value) ⇒ Object

    Sets the 'OriginPath' CloudFormation property.

    Parameters:

    • value

      the value to set the 'OriginPath' CloudFormation property to.



13
# File 'lib/convection/model/template/resource_property/aws_cloudfront_origin.rb', line 13

property :origin_path, 'OriginPath'

#s3_originObject #s3_origin(value) ⇒ Object

Overloads:

  • #s3_originObject

    Returns the value of the 'S3OriginConfig' CloudFormation property.

  • #s3_origin(value) ⇒ Object

    Sets the 'S3OriginConfig' CloudFormation property.

    Parameters:

    • value

      the value to set the 'S3OriginConfig' CloudFormation property to.



14
# File 'lib/convection/model/template/resource_property/aws_cloudfront_origin.rb', line 14

property :s3_origin, 'S3OriginConfig'