Class: Convection::Model::Template::ResourceProperty::ApiGatewayRestApiS3Location

Inherits:
Convection::Model::Template::ResourceProperty show all
Defined in:
lib/convection/model/template/resource_property/aws_api_gateway_rest_api_s3_location.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_import_value, #fn_not, #fn_or, #fn_ref, #fn_sub, #get_att, #get_azs, included, #join, mixers, #select

Constructor Details

This class inherits a constructor from Convection::Model::Template::ResourceProperty

Instance Method Details

#bucketObject #bucket(value) ⇒ Object

Overloads:

  • #bucketObject

    Returns the value of the ‘Bucket’ CloudFormation property.

  • #bucket(value) ⇒ Object

    Sets the ‘Bucket’ CloudFormation property.

    Parameters:

    • value

      the value to set the ‘Bucket’ CloudFormation property to.



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

property :bucket, 'Bucket'

#e_tagObject #e_tag(value) ⇒ Object

Overloads:

  • #e_tagObject

    Returns the value of the ‘ETag’ CloudFormation property.

  • #e_tag(value) ⇒ Object

    Sets the ‘ETag’ CloudFormation property.

    Parameters:

    • value

      the value to set the ‘ETag’ CloudFormation property to.



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

property :e_tag, 'ETag'

#keyObject #key(value) ⇒ Object

Overloads:

  • #keyObject

    Returns the value of the ‘Key’ CloudFormation property.

  • #key(value) ⇒ Object

    Sets the ‘Key’ CloudFormation property.

    Parameters:

    • value

      the value to set the ‘Key’ CloudFormation property to.



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

property :key, 'Key'

#versionObject #version(value) ⇒ Object

Overloads:

  • #versionObject

    Returns the value of the ‘Version’ CloudFormation property.

  • #version(value) ⇒ Object

    Sets the ‘Version’ CloudFormation property.

    Parameters:

    • value

      the value to set the ‘Version’ CloudFormation property to.



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

property :version, 'Version'