AWS RDS Proxy Terraform module

Upstream version 4.4.1
0 controls from Registry requirements

Terraform Module Source

registry.compliance.tf/terraform-aws-modules/rds-proxy/aws
NameTypeDescriptionSensitive
db_proxy_endpointsArray containing the full resource object and attributes for all DB proxy endpoints created
iam_role_arnThe Amazon Resource Name (ARN) of the IAM role that the proxy uses to access secrets in AWS Secrets Manager.
iam_role_nameIAM role name
iam_role_unique_idStable and unique string identifying the IAM role
log_group_arnThe Amazon Resource Name (ARN) of the CloudWatch log group
log_group_nameThe name of the CloudWatch log group
proxy_arnThe Amazon Resource Name (ARN) for the proxy
proxy_default_target_group_arnThe Amazon Resource Name (ARN) for the default target group
proxy_default_target_group_idThe ID for the default target group
proxy_default_target_group_nameThe name of the default target group
proxy_endpointThe endpoint that you can use to connect to the proxy
proxy_idThe ID for the proxy
proxy_target_endpointHostname for the target RDS DB Instance. Only returned for `RDS_INSTANCE` type
proxy_target_idIdentifier of `db_proxy_name`, `target_group_name`, target type (e.g. `RDS_INSTANCE` or `TRACKED_CLUSTER`), and resource identifier separated by forward slashes (/)
proxy_target_portPort for the target RDS DB Instance or Aurora DB Cluster
proxy_target_rds_resource_idIdentifier representing the DB Instance or DB Cluster target
proxy_target_target_arnAmazon Resource Name (ARN) for the DB instance or DB cluster. Currently not returned by the RDS API
proxy_target_tracked_cluster_idDB Cluster identifier for the DB Instance target. Not returned unless manually importing an RDS_INSTANCE target that is part of a DB Cluster
proxy_target_typeType of target. e.g. `RDS_INSTANCE` or `TRACKED_CLUSTER`