body_template |
OpenAPI specification template |
string |
"" |
no |
cache_cluster_enabled |
Specifies whether a cache cluster is enabled for the stage. |
bool |
false |
no |
cache_cluster_size |
The size of the cache cluster for the stage, if enabled |
string |
"0.5" |
no |
cache_data_encrypted |
Specifies whether a cache data needs to be encrypted. |
bool |
true |
no |
cache_ttl |
The cache TTL of the stage |
number |
300 |
no |
caching_enabled |
Specifies whether caching is enabled for the API gateway method |
bool |
false |
no |
data_trace_enabled |
Specifies the logging level for this method. |
bool |
false |
no |
enable_global_apigw_logging |
Enable global apigw logging |
bool |
false |
no |
enable_resource_policy |
Enable resource policy to allow other resources to Invoke this API |
bool |
false |
no |
log_format |
Cloudwatch log format |
map(string) |
{ "caller": "$context.identity.caller", "extendedRequestId": "$context.extendedRequestId", "httpMethod": "$context.httpMethod", "ip": "$context.identity.sourceIp", "protocol": "$context.protocol", "requestId": "$context.requestId", "requestTime": "$context.requestTime", "resourcePath": "$context.resourcePath", "responseLength": "$context.responseLength", "status": "$context.status", "user": "$context.identity.user" } |
no |
log_group_name |
Custom log group name. |
string |
"" |
no |
log_kms_key_id |
The ARN of the KMS Key to use when encrypting log data |
string |
"" |
no |
log_retention_in_days |
Cloudwatch log retention in days |
number |
7 |
no |
logging_level |
Specifies the logging level for this method. |
string |
"ERROR" |
no |
metrics_enabled |
Specifies whether Amazon CloudWatch metrics are enabled for this method. |
bool |
false |
no |
name |
Name of the API gateway |
string |
n/a |
yes |
resource_policy_json |
Resource policy as JSON to attach |
string |
null |
no |
stage |
Name of the API gateway stage |
string |
n/a |
yes |
stage_variables |
Stage variables for the API gateway stage |
map(any) |
{} |
no |
tags |
A map of tags to add to all resources |
map(string) |
{} |
no |
tf_resources_hash |
for api gateways that are not using body_template and are using terraform resources |
string |
"" |
no |
throttling_burst_limit |
The API request burst limit, the maximum rate limit over a time ranging from one to a few seconds, depending upon whether the underlying token bucket is at its full capacity. |
number |
1000 |
no |
throttling_rate_limit |
The API request steady-state rate limit |
number |
1000 |
no |
types |
Name of the API gateway stage |
list(string) |
[ "REGIONAL" ] |
no |
vpc_links |
List of VPC links for REST APIs. key in the map denotes the vpc link name |
map( object({ description = string target_arns = list(string) }) ) |
{} |
no |