Skip to content

Latest commit

 

History

History

aws_api_gateway_method

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Remote Module: aws_api_gateway_method

Requirements

Name Version
terraform >= 1.7.5
aws ~> 5.43.0

Providers

Name Version
aws ~> 5.43.0

Modules

No modules.

Resources

Name Type
aws_api_gateway_method.this resource

Inputs

Name Description Type Default Required
authorization The type of authorization used for the method (NONE, AWS_IAM, CUSTOM, COGNITO_USER_POOLS) string "NONE" no
create_api_gateway_method Whether to create the api gateway method bool true no
http_method The HTTP method (GET, POST, PUT, DELETE, HEAD, OPTIONS, ANY) for the resource string "ANY" no
resource_id The ID of the API Gateway resource string null no
rest_api_id The ID of the associated REST API string null no

Outputs

Name Description
http_method The HTTP method configured for the API Gateway resource. This specifies the type of request (GET, POST, PUT, DELETE, etc.) that the API Gateway will accept and process for the specified resource. If the API Gateway method is created, this output will return the HTTP method; otherwise, it will return an empty string.
method_id The ID of the API Gateway Method