Class: Convection::Model::Template::Resource::ApiGatewayAuthorizer

Inherits:
Convection::Model::Template::Resource show all
Defined in:
lib/convection/model/template/resource/aws_api_gateway_authorizer.rb

Overview

AWS::ApiGateway::Authorizer

Instance Attribute Summary

Attributes inherited from Convection::Model::Template::Resource

#exist, #parent, #properties, #resource_attributes, #template

Instance Method Summary collapse

Methods inherited from Convection::Model::Template::Resource

#as_attribute, attach_method, #deletion_policy, #depends_on, #initialize, properties, property, #property, #reference, #render, type, #with_output

Methods included from Mixin::Conditional

#condition, #render_condition

Methods included from DSL::Template::Resource

#_terraform_module_dir_to_flag, #_terraform_module_flag_to_dir, attach_resource, attach_resource_collection, resource_collection_dsl_methods, resource_dsl_methods

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::Resource

Instance Method Details

#authorizer_credentialsObject #authorizer_credentials(value) ⇒ Object

Overloads:

  • #authorizer_credentialsObject

    Returns the value of the ‘AuthorizerCredentials’ CloudFormation property.

  • #authorizer_credentials(value) ⇒ Object

    Sets the ‘AuthorizerCredentials’ CloudFormation property.

    Parameters:

    • value

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



12
# File 'lib/convection/model/template/resource/aws_api_gateway_authorizer.rb', line 12

property :authorizer_credentials, 'AuthorizerCredentials'

#authorizer_result_ttl_in_secondsObject #authorizer_result_ttl_in_seconds(value) ⇒ Object

Overloads:

  • #authorizer_result_ttl_in_secondsObject

    Returns the value of the ‘AuthorizerResultTtlInSeconds’ CloudFormation property.

  • #authorizer_result_ttl_in_seconds(value) ⇒ Object

    Sets the ‘AuthorizerResultTtlInSeconds’ CloudFormation property.

    Parameters:

    • value

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



13
# File 'lib/convection/model/template/resource/aws_api_gateway_authorizer.rb', line 13

property :authorizer_result_ttl_in_seconds, 'AuthorizerResultTtlInSeconds'

#authorizer_uriObject #authorizer_uri(value) ⇒ Object

Overloads:

  • #authorizer_uriObject

    Returns the value of the ‘AuthorizerUri’ CloudFormation property.

  • #authorizer_uri(value) ⇒ Object

    Sets the ‘AuthorizerUri’ CloudFormation property.

    Parameters:

    • value

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



14
# File 'lib/convection/model/template/resource/aws_api_gateway_authorizer.rb', line 14

property :authorizer_uri, 'AuthorizerUri'

#identity_sourceObject #identity_source(value) ⇒ Object

Overloads:

  • #identity_sourceObject

    Returns the value of the ‘IdentitySource’ CloudFormation property.

  • #identity_source(value) ⇒ Object

    Sets the ‘IdentitySource’ CloudFormation property.

    Parameters:

    • value

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



15
# File 'lib/convection/model/template/resource/aws_api_gateway_authorizer.rb', line 15

property :identity_source, 'IdentitySource'

#identity_validation_expressionObject #identity_validation_expression(value) ⇒ Object

Overloads:

  • #identity_validation_expressionObject

    Returns the value of the ‘IdentityValidationExpression’ CloudFormation property.

  • #identity_validation_expression(value) ⇒ Object

    Sets the ‘IdentityValidationExpression’ CloudFormation property.

    Parameters:

    • value

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



16
# File 'lib/convection/model/template/resource/aws_api_gateway_authorizer.rb', line 16

property :identity_validation_expression, 'IdentityValidationExpression'

#nameObject #name(value) ⇒ Object

Overloads:

  • #nameObject

    Returns the value of the ‘Name’ CloudFormation property.

  • #name(value) ⇒ Object

    Sets the ‘Name’ CloudFormation property.

    Parameters:

    • value

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



17
# File 'lib/convection/model/template/resource/aws_api_gateway_authorizer.rb', line 17

property :name, 'Name'

#provider_arns(value) ⇒ Object

[ String, … ],



18
# File 'lib/convection/model/template/resource/aws_api_gateway_authorizer.rb', line 18

property :provider_arns, 'ProviderARNs', :type => :list

#request_api_idObject #request_api_id(value) ⇒ Object

Overloads:

  • #request_api_idObject

    Returns the value of the ‘RestApiId’ CloudFormation property.

  • #request_api_id(value) ⇒ Object

    Sets the ‘RestApiId’ CloudFormation property.

    Parameters:

    • value

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



19
# File 'lib/convection/model/template/resource/aws_api_gateway_authorizer.rb', line 19

property :request_api_id, 'RestApiId'

#typeObject #type(value) ⇒ Object

Overloads:

  • #typeObject

    Returns the value of the ‘Type’ CloudFormation property.

  • #type(value) ⇒ Object

    Sets the ‘Type’ CloudFormation property.

    Parameters:

    • value

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



20
# File 'lib/convection/model/template/resource/aws_api_gateway_authorizer.rb', line 20

property :type, 'Type'