AWS API Gateway v2 (HTTP/Websocket) Terraform module
Upstream version 6.1.0
0 controls from Registry requirements
Terraform Module Source
registry.compliance.tf/terraform-aws-modules/apigateway-v2/aws| Name | Type | Description | Sensitive |
|---|---|---|---|
| acm_certificate_arn | — | The ARN of the certificate | — |
| api_arn | — | The ARN of the API | — |
| api_endpoint | — | URI of the API, of the form `https://{api-id}.execute-api.{region}.amazonaws.com` for HTTP APIs and `wss://{api-id}.execute-api.{region}.amazonaws.com` for WebSocket APIs | — |
| api_execution_arn | — | The ARN prefix to be used in an `aws_lambda_permission`'s `source_arn` attribute or in an `aws_iam_policy` to authorize access to the `@connections` API | — |
| api_id | — | The API identifier | — |
| authorizers | — | Map of API Gateway Authorizer(s) created and their attributes | — |
| domain_name_api_mapping_selection_expression | — | The API mapping selection expression for the domain name | — |
| domain_name_arn | — | The ARN of the domain name | — |
| domain_name_configuration | — | The domain name configuration | — |
| domain_name_hosted_zone_id | — | The Amazon Route 53 Hosted Zone ID of the endpoint | — |
| domain_name_id | — | The domain name identifier | — |
| domain_name_target_domain_name | — | The target domain name | — |
| integrations | — | Map of the integrations created and their attributes | — |
| routes | — | Map of the routes created and their attributes | — |
| stage_access_logs_cloudwatch_log_group_arn | — | Arn of cloudwatch log group created | — |
| stage_access_logs_cloudwatch_log_group_name | — | Name of cloudwatch log group created | — |
| stage_arn | — | The stage ARN | — |
| stage_domain_name | — | Domain name of the stage (useful for CloudFront distribution) | — |
| stage_execution_arn | — | The ARN prefix to be used in an aws_lambda_permission's source_arn attribute or in an aws_iam_policy to authorize access to the @connections API | — |
| stage_id | — | The stage identifier | — |
| stage_invoke_url | — | The URL to invoke the API pointing to the stage | — |
| vpc_links | — | Map of VPC links created and their attributes | — |