Class: Convection::Model::Template::ResourceProperty::ApiGatewayDeploymentStageDescription

Inherits:
Convection::Model::Template::ResourceProperty show all
Defined in:
lib/convection/model/template/resource_property/aws_api_gateway_deployment_stage_description.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_cluster_enabledObject #cache_cluster_enabled(value) ⇒ Object

Overloads:

  • #cache_cluster_enabledObject

    Returns the value of the ‘CacheClusterEnabled’ CloudFormation property.

  • #cache_cluster_enabled(value) ⇒ Object

    Sets the ‘CacheClusterEnabled’ CloudFormation property.

    Parameters:

    • value

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



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

property :cache_cluster_enabled, 'CacheClusterEnabled'

#cache_cluster_sizeObject #cache_cluster_size(value) ⇒ Object

Overloads:

  • #cache_cluster_sizeObject

    Returns the value of the ‘CacheClusterSize’ CloudFormation property.

  • #cache_cluster_size(value) ⇒ Object

    Sets the ‘CacheClusterSize’ CloudFormation property.

    Parameters:

    • value

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



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

property :cache_cluster_size, 'CacheClusterSize'

#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.



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

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.



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

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.



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

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.



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

property :data_trace_enabled, 'DataTraceEnabled'

#descriptionObject #description(value) ⇒ Object

Overloads:

  • #descriptionObject

    Returns the value of the ‘Description’ CloudFormation property.

  • #description(value) ⇒ Object

    Sets the ‘Description’ CloudFormation property.

    Parameters:

    • value

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



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

property :description, 'Description'

#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.



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

property :logging_level, 'LoggingLevel'

#method_setting(&block) ⇒ Object



25
26
27
28
29
# File 'lib/convection/model/template/resource_property/aws_api_gateway_deployment_stage_description.rb', line 25

def method_setting(&block)
  m = ResourceProperty::ApiGatewayDeploymentStageDescriptionMethodSetting.new(self)
  m.instance_exec(&block) if block
  integration_responses << m
end

#method_settings(value) ⇒ Object

[ MethodSetting, … ],



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

property :method_settings, 'MethodSettings', :type => :list

#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.



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

property :metrics_enabled, 'MetricsEnabled'

#stage_nameObject #stage_name(value) ⇒ Object

Overloads:

  • #stage_nameObject

    Returns the value of the ‘StageName’ CloudFormation property.

  • #stage_name(value) ⇒ Object

    Sets the ‘StageName’ CloudFormation property.

    Parameters:

    • value

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



20
# File 'lib/convection/model/template/resource_property/aws_api_gateway_deployment_stage_description.rb', line 20

property :stage_name, 'StageName'

#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.



21
# File 'lib/convection/model/template/resource_property/aws_api_gateway_deployment_stage_description.rb', line 21

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.



22
# File 'lib/convection/model/template/resource_property/aws_api_gateway_deployment_stage_description.rb', line 22

property :throttling_rate_limit, 'ThrottlingRateLimit'

#variables(value) ⇒ Object

{ String:String, … },



23
# File 'lib/convection/model/template/resource_property/aws_api_gateway_deployment_stage_description.rb', line 23

property :variables, 'Variables', :type => :hash