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| Name | Type | Description | Sensitive |
|---|---|---|---|
| db_proxy_endpoints | — | Array containing the full resource object and attributes for all DB proxy endpoints created | — |
| iam_role_arn | — | The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access secrets in AWS Secrets Manager. | — |
| iam_role_name | — | IAM role name | — |
| iam_role_unique_id | — | Stable and unique string identifying the IAM role | — |
| log_group_arn | — | The Amazon Resource Name (ARN) of the CloudWatch log group | — |
| log_group_name | — | The name of the CloudWatch log group | — |
| proxy_arn | — | The Amazon Resource Name (ARN) for the proxy | — |
| proxy_default_target_group_arn | — | The Amazon Resource Name (ARN) for the default target group | — |
| proxy_default_target_group_id | — | The ID for the default target group | — |
| proxy_default_target_group_name | — | The name of the default target group | — |
| proxy_endpoint | — | The endpoint that you can use to connect to the proxy | — |
| proxy_id | — | The ID for the proxy | — |
| proxy_target_endpoint | — | Hostname for the target RDS DB Instance. Only returned for `RDS_INSTANCE` type | — |
| proxy_target_id | — | Identifier 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_port | — | Port for the target RDS DB Instance or Aurora DB Cluster | — |
| proxy_target_rds_resource_id | — | Identifier representing the DB Instance or DB Cluster target | — |
| proxy_target_target_arn | — | Amazon Resource Name (ARN) for the DB instance or DB cluster. Currently not returned by the RDS API | — |
| proxy_target_tracked_cluster_id | — | DB 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_type | — | Type of target. e.g. `RDS_INSTANCE` or `TRACKED_CLUSTER` | — |