Class: Convection::Model::Template::ResourceProperty::CloudFrontForwardedValues

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

#headersObject #headers(value) ⇒ Object

Overloads:

  • #headersObject

    Returns the value of the 'Headers' CloudFormation property.

  • #headers(value) ⇒ Object

    Sets the 'Headers' CloudFormation property.

    Parameters:

    • value

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



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

property :headers, 'Headers', :type => :list

#query_stringObject #query_string(value) ⇒ Object

Overloads:

  • #query_stringObject

    Returns the value of the 'QueryString' CloudFormation property.

  • #query_string(value) ⇒ Object

    Sets the 'QueryString' CloudFormation property.

    Parameters:

    • value

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



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

property :query_string, 'QueryString', :default => false