Sha256: dd8bf46cc026d896e3c0941389cc1015a3adb64d6d97020d4c5acacbc9802891

Contents?: true

Size: 1.51 KB

Versions: 41

Compression:

Stored size: 1.51 KB

Contents

require_relative '../resource_property'

module Convection
  module Model
    class Template
      class ResourceProperty
        # Represents an {http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-deployment-stagedescription.html
        # API Gateway Deployment StageDescription Property Type}
        class ApiGatewayDeploymentStageDescription < ResourceProperty
          property :cache_cluster_enabled, 'CacheClusterEnabled'
          property :cache_cluster_size, 'CacheClusterSize'
          property :cache_data_encrypted, 'CacheDataEncrypted'
          property :cache_ttl_in_seconds, 'CacheTtlInSeconds'
          property :caching_enabled, 'Caching_enabled'
          property :data_trace_enabled, 'DataTraceEnabled'
          property :description, 'Description'
          property :logging_level, 'LoggingLevel'
          property :method_settings, 'MethodSettings', :type => :list # [ MethodSetting, ... ],
          property :metrics_enabled, 'MetricsEnabled'
          property :stage_name, 'StageName'
          property :throttling_burst_limit, 'ThrottlingBurstLimit'
          property :throttling_rate_limit, 'ThrottlingRateLimit'
          property :variables, 'Variables', :type => :hash # { String:String, ... },

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

Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
convection-2.3.1 lib/convection/model/template/resource_property/aws_api_gateway_deployment_stage_description.rb
convection-2.3.0 lib/convection/model/template/resource_property/aws_api_gateway_deployment_stage_description.rb
convection-2.2.29 lib/convection/model/template/resource_property/aws_api_gateway_deployment_stage_description.rb
convection-2.2.28.pre.beta.2 lib/convection/model/template/resource_property/aws_api_gateway_deployment_stage_description.rb
convection-2.2.28.pre.beta.1 lib/convection/model/template/resource_property/aws_api_gateway_deployment_stage_description.rb
convection-2.2.27 lib/convection/model/template/resource_property/aws_api_gateway_deployment_stage_description.rb
convection-2.2.26 lib/convection/model/template/resource_property/aws_api_gateway_deployment_stage_description.rb
convection-2.2.25 lib/convection/model/template/resource_property/aws_api_gateway_deployment_stage_description.rb
convection-2.2.24 lib/convection/model/template/resource_property/aws_api_gateway_deployment_stage_description.rb
convection-2.2.23 lib/convection/model/template/resource_property/aws_api_gateway_deployment_stage_description.rb
convection-2.2.22 lib/convection/model/template/resource_property/aws_api_gateway_deployment_stage_description.rb
convection-2.2.21 lib/convection/model/template/resource_property/aws_api_gateway_deployment_stage_description.rb
convection-2.2.20 lib/convection/model/template/resource_property/aws_api_gateway_deployment_stage_description.rb
convection-2.2.19 lib/convection/model/template/resource_property/aws_api_gateway_deployment_stage_description.rb
convection-2.2.18 lib/convection/model/template/resource_property/aws_api_gateway_deployment_stage_description.rb
convection-2.2.17 lib/convection/model/template/resource_property/aws_api_gateway_deployment_stage_description.rb
convection-2.2.16 lib/convection/model/template/resource_property/aws_api_gateway_deployment_stage_description.rb
convection-2.2.15 lib/convection/model/template/resource_property/aws_api_gateway_deployment_stage_description.rb
convection-2.2.14 lib/convection/model/template/resource_property/aws_api_gateway_deployment_stage_description.rb
convection-2.2.13 lib/convection/model/template/resource_property/aws_api_gateway_deployment_stage_description.rb