Class: Convection::Model::Template::ResourceProperty::CloudFrontCustomErrorResponse

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

#error_codeObject #error_code(value) ⇒ Object

Overloads:

  • #error_codeObject

    Returns the value of the 'ErrorCode' CloudFormation property.

  • #error_code(value) ⇒ Object

    Sets the 'ErrorCode' CloudFormation property.

    Parameters:

    • value

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



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

property :error_code, 'ErrorCode'

#min_ttlObject #min_ttl(value) ⇒ Object

Overloads:

  • #min_ttlObject

    Returns the value of the 'ErrorCachingMinTTL' CloudFormation property.

  • #min_ttl(value) ⇒ Object

    Sets the 'ErrorCachingMinTTL' CloudFormation property.

    Parameters:

    • value

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



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

property :min_ttl, 'ErrorCachingMinTTL'

#response_codeObject #response_code(value) ⇒ Object

Overloads:

  • #response_codeObject

    Returns the value of the 'ResponseCode' CloudFormation property.

  • #response_code(value) ⇒ Object

    Sets the 'ResponseCode' CloudFormation property.

    Parameters:

    • value

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



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

property :response_code, 'ResponseCode'

#response_page_pathObject #response_page_path(value) ⇒ Object

Overloads:

  • #response_page_pathObject

    Returns the value of the 'ResponsePagePath' CloudFormation property.

  • #response_page_path(value) ⇒ Object

    Sets the 'ResponsePagePath' CloudFormation property.

    Parameters:

    • value

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



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

property :response_page_path, 'ResponsePagePath'