You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_db_host"></a> [db\_host](#input\_db\_host)| The identifier to use for the database endpoint |`string`|`""`| no |
101
110
| <aname="input_db_instance_identifier"></a> [db\_instance\_identifier](#input\_db\_instance\_identifier)| DB instance identifier |`string`|`""`| no |
102
111
| <aname="input_db_name"></a> [db\_name](#input\_db\_name)| The name of the database |`string`|`""`| no |
112
+
| <aname="input_db_proxy_endpoints"></a> [db\_proxy\_endpoints](#input\_db\_proxy\_endpoints)| Map of DB proxy endpoints to create and their attributes (see `aws_db_proxy_endpoint`) |`any`|`{}`| no |
103
113
| <aname="input_debug_logging"></a> [debug\_logging](#input\_debug\_logging)| Whether the proxy includes detailed information about SQL statements in its logs |`bool`|`false`| no |
104
114
| <aname="input_engine_family"></a> [engine\_family](#input\_engine\_family)| The kind of database engine that the proxy will connect to. Valid values are `MYSQL` or `POSTGRESQL`|`string`|`""`| no |
105
115
| <aname="input_iam_auth"></a> [iam\_auth](#input\_iam\_auth)| Whether to require or disallow AWS Identity and Access Management (IAM) authentication for connections to the proxy. One of `DISABLED`, `REQUIRED`|`string`|`"REQUIRED"`| no |
@@ -138,6 +148,7 @@ No modules.
138
148
139
149
| Name | Description |
140
150
|------|-------------|
151
+
| <aname="output_db_proxy_endpoints"></a> [db\_proxy\_endpoints](#output\_db\_proxy\_endpoints)| Array containing the full resource object and attributes for all DB proxy endpoints created |
141
152
| <aname="output_log_group_arn"></a> [log\_group\_arn](#output\_log\_group\_arn)| The Amazon Resource Name (ARN) of the CloudWatch log group |
142
153
| <aname="output_proxy_arn"></a> [proxy\_arn](#output\_proxy\_arn)| The Amazon Resource Name (ARN) for the proxy |
143
154
| <aname="output_proxy_default_target_group_arn"></a> [proxy\_default\_target\_group\_arn](#output\_proxy\_default\_target\_group\_arn)| The Amazon Resource Name (ARN) for the default target group |
| <aname="output_db_proxy_endpoints"></a> [db\_proxy\_endpoints](#output\_db\_proxy\_endpoints)| Array containing the full resource object and attributes for all DB proxy endpoints created |
83
84
| <aname="output_log_group_arn"></a> [log\_group\_arn](#output\_log\_group\_arn)| The Amazon Resource Name (ARN) of the CloudWatch log group |
84
85
| <aname="output_proxy_arn"></a> [proxy\_arn](#output\_proxy\_arn)| The Amazon Resource Name (ARN) for the proxy |
85
86
| <aname="output_proxy_default_target_group_arn"></a> [proxy\_default\_target\_group\_arn](#output\_proxy\_default\_target\_group\_arn)| The Amazon Resource Name (ARN) for the default target group |
| <aname="output_db_proxy_endpoints"></a> [db\_proxy\_endpoints](#output\_db\_proxy\_endpoints)| Array containing the full resource object and attributes for all DB proxy endpoints created |
82
83
| <aname="output_log_group_arn"></a> [log\_group\_arn](#output\_log\_group\_arn)| The Amazon Resource Name (ARN) of the CloudWatch log group |
83
84
| <aname="output_proxy_arn"></a> [proxy\_arn](#output\_proxy\_arn)| The Amazon Resource Name (ARN) for the proxy |
84
85
| <aname="output_proxy_default_target_group_arn"></a> [proxy\_default\_target\_group\_arn](#output\_proxy\_default\_target\_group\_arn)| The Amazon Resource Name (ARN) for the default target group |
0 commit comments