Sha256: 372bd2f4ab41459e8ab337a06beac9d7bd0c7089438c55c97e7f5d1c271bf89f

Contents?: true

Size: 837 Bytes

Versions: 41

Compression:

Stored size: 837 Bytes

Contents

require_relative '../resource'

module Convection
  module Model
    class Template
      class Resource
        ##
        # AWS::ApiGateway::Authorizer
        ##
        class ApiGatewayAuthorizer < Resource
          type 'AWS::ApiGateway::Authorizer'
          property :authorizer_credentials, 'AuthorizerCredentials'
          property :authorizer_result_ttl_in_seconds, 'AuthorizerResultTtlInSeconds'
          property :authorizer_uri, 'AuthorizerUri'
          property :identity_source, 'IdentitySource'
          property :identity_validation_expression, 'IdentityValidationExpression'
          property :name, 'Name'
          property :provider_arns, 'ProviderARNs', :type => :list # [ String, ... ],
          property :request_api_id, 'RestApiId'
          property :type, 'Type'
        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/aws_api_gateway_authorizer.rb
convection-2.3.0 lib/convection/model/template/resource/aws_api_gateway_authorizer.rb
convection-2.2.29 lib/convection/model/template/resource/aws_api_gateway_authorizer.rb
convection-2.2.28.pre.beta.2 lib/convection/model/template/resource/aws_api_gateway_authorizer.rb
convection-2.2.28.pre.beta.1 lib/convection/model/template/resource/aws_api_gateway_authorizer.rb
convection-2.2.27 lib/convection/model/template/resource/aws_api_gateway_authorizer.rb
convection-2.2.26 lib/convection/model/template/resource/aws_api_gateway_authorizer.rb
convection-2.2.25 lib/convection/model/template/resource/aws_api_gateway_authorizer.rb
convection-2.2.24 lib/convection/model/template/resource/aws_api_gateway_authorizer.rb
convection-2.2.23 lib/convection/model/template/resource/aws_api_gateway_authorizer.rb
convection-2.2.22 lib/convection/model/template/resource/aws_api_gateway_authorizer.rb
convection-2.2.21 lib/convection/model/template/resource/aws_api_gateway_authorizer.rb
convection-2.2.20 lib/convection/model/template/resource/aws_api_gateway_authorizer.rb
convection-2.2.19 lib/convection/model/template/resource/aws_api_gateway_authorizer.rb
convection-2.2.18 lib/convection/model/template/resource/aws_api_gateway_authorizer.rb
convection-2.2.17 lib/convection/model/template/resource/aws_api_gateway_authorizer.rb
convection-2.2.16 lib/convection/model/template/resource/aws_api_gateway_authorizer.rb
convection-2.2.15 lib/convection/model/template/resource/aws_api_gateway_authorizer.rb
convection-2.2.14 lib/convection/model/template/resource/aws_api_gateway_authorizer.rb
convection-2.2.13 lib/convection/model/template/resource/aws_api_gateway_authorizer.rb