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
NameTypeDescriptionSensitive
acm_certificate_arnThe ARN of the certificate
api_arnThe ARN of the API
api_endpointURI 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_arnThe 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_idThe API identifier
authorizersMap of API Gateway Authorizer(s) created and their attributes
domain_name_api_mapping_selection_expressionThe API mapping selection expression for the domain name
domain_name_arnThe ARN of the domain name
domain_name_configurationThe domain name configuration
domain_name_hosted_zone_idThe Amazon Route 53 Hosted Zone ID of the endpoint
domain_name_idThe domain name identifier
domain_name_target_domain_nameThe target domain name
integrationsMap of the integrations created and their attributes
routesMap of the routes created and their attributes
stage_access_logs_cloudwatch_log_group_arnArn of cloudwatch log group created
stage_access_logs_cloudwatch_log_group_nameName of cloudwatch log group created
stage_arnThe stage ARN
stage_domain_nameDomain name of the stage (useful for CloudFront distribution)
stage_execution_arnThe 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_idThe stage identifier
stage_invoke_urlThe URL to invoke the API pointing to the stage
vpc_linksMap of VPC links created and their attributes