Class: Convection::Model::Template::ResourceProperty::ApiGatewayStageMethodSetting

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

#cache_data_encryptedObject #cache_data_encrypted(value) ⇒ Object

Overloads:

  • #cache_data_encryptedObject

    Returns the value of the ‘CacheDataEncrypted’ CloudFormation property.

  • #cache_data_encrypted(value) ⇒ Object

    Sets the ‘CacheDataEncrypted’ CloudFormation property.

    Parameters:

    • value

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



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

property :cache_data_encrypted, 'CacheDataEncrypted'

#cache_ttl_in_secondsObject #cache_ttl_in_seconds(value) ⇒ Object

Overloads:

  • #cache_ttl_in_secondsObject

    Returns the value of the ‘CacheTtlInSeconds’ CloudFormation property.

  • #cache_ttl_in_seconds(value) ⇒ Object

    Sets the ‘CacheTtlInSeconds’ CloudFormation property.

    Parameters:

    • value

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



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

property :cache_ttl_in_seconds, 'CacheTtlInSeconds'

#caching_enabledObject #caching_enabled(value) ⇒ Object

Overloads:

  • #caching_enabledObject

    Returns the value of the ‘Caching_enabled’ CloudFormation property.

  • #caching_enabled(value) ⇒ Object

    Sets the ‘Caching_enabled’ CloudFormation property.

    Parameters:

    • value

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



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

property :caching_enabled, 'Caching_enabled'

#data_trace_enabledObject #data_trace_enabled(value) ⇒ Object

Overloads:

  • #data_trace_enabledObject

    Returns the value of the ‘DataTraceEnabled’ CloudFormation property.

  • #data_trace_enabled(value) ⇒ Object

    Sets the ‘DataTraceEnabled’ CloudFormation property.

    Parameters:

    • value

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



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

property :data_trace_enabled, 'DataTraceEnabled'

#http_methodObject #http_method(value) ⇒ Object

Overloads:

  • #http_methodObject

    Returns the value of the ‘HttpMethod’ CloudFormation property.

  • #http_method(value) ⇒ Object

    Sets the ‘HttpMethod’ CloudFormation property.

    Parameters:

    • value

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



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

property :http_method, 'HttpMethod'

#logging_levelObject #logging_level(value) ⇒ Object

Overloads:

  • #logging_levelObject

    Returns the value of the ‘LoggingLevel’ CloudFormation property.

  • #logging_level(value) ⇒ Object

    Sets the ‘LoggingLevel’ CloudFormation property.

    Parameters:

    • value

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



15
# File 'lib/convection/model/template/resource_property/aws_api_gateway_deployment_stage_method_setting.rb', line 15

property :logging_level, 'LoggingLevel'

#metrics_enabledObject #metrics_enabled(value) ⇒ Object

Overloads:

  • #metrics_enabledObject

    Returns the value of the ‘MetricsEnabled’ CloudFormation property.

  • #metrics_enabled(value) ⇒ Object

    Sets the ‘MetricsEnabled’ CloudFormation property.

    Parameters:

    • value

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



16
# File 'lib/convection/model/template/resource_property/aws_api_gateway_deployment_stage_method_setting.rb', line 16

property :metrics_enabled, 'MetricsEnabled'

#resource_pathObject #resource_path(value) ⇒ Object

Overloads:

  • #resource_pathObject

    Returns the value of the ‘ResourcePath’ CloudFormation property.

  • #resource_path(value) ⇒ Object

    Sets the ‘ResourcePath’ CloudFormation property.

    Parameters:

    • value

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



17
# File 'lib/convection/model/template/resource_property/aws_api_gateway_deployment_stage_method_setting.rb', line 17

property :resource_path, 'ResourcePath'

#throttling_burst_limitObject #throttling_burst_limit(value) ⇒ Object

Overloads:

  • #throttling_burst_limitObject

    Returns the value of the ‘ThrottlingBurstLimit’ CloudFormation property.

  • #throttling_burst_limit(value) ⇒ Object

    Sets the ‘ThrottlingBurstLimit’ CloudFormation property.

    Parameters:

    • value

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



18
# File 'lib/convection/model/template/resource_property/aws_api_gateway_deployment_stage_method_setting.rb', line 18

property :throttling_burst_limit, 'ThrottlingBurstLimit'

#throttling_rate_limitObject #throttling_rate_limit(value) ⇒ Object

Overloads:

  • #throttling_rate_limitObject

    Returns the value of the ‘ThrottlingRateLimit’ CloudFormation property.

  • #throttling_rate_limit(value) ⇒ Object

    Sets the ‘ThrottlingRateLimit’ CloudFormation property.

    Parameters:

    • value

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



19
# File 'lib/convection/model/template/resource_property/aws_api_gateway_deployment_stage_method_setting.rb', line 19

property :throttling_rate_limit, 'ThrottlingRateLimit'