Class: Convection::Model::Template::ResourceProperty::CloudFrontCustomOrigin

Inherits:
Convection::Model::Template::ResourceProperty show all
Defined in:
lib/convection/model/template/resource_property/aws_cloudfront_customorigin.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

#http_portObject #http_port(value) ⇒ Object

Overloads:

  • #http_portObject

    Returns the value of the 'HTTPPort' CloudFormation property.

  • #http_port(value) ⇒ Object

    Sets the 'HTTPPort' CloudFormation property.

    Parameters:

    • value

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



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

property :http_port, 'HTTPPort', :default => 80

#https_portObject #https_port(value) ⇒ Object

Overloads:

  • #https_portObject

    Returns the value of the 'HTTPSPort' CloudFormation property.

  • #https_port(value) ⇒ Object

    Sets the 'HTTPSPort' CloudFormation property.

    Parameters:

    • value

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



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

property :https_port, 'HTTPSPort', :default => 443

#protocol_policyObject #protocol_policy(value) ⇒ Object

Overloads:

  • #protocol_policyObject

    Returns the value of the 'OriginProtocolPolicy' CloudFormation property.

  • #protocol_policy(value) ⇒ Object

    Sets the 'OriginProtocolPolicy' CloudFormation property.

    Parameters:

    • value

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



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

property :protocol_policy, 'OriginProtocolPolicy'