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
Copy file name to clipboardExpand all lines: modules/db_instance/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,7 @@ No modules.
75
75
| <aname="input_monitoring_role_arn"></a> [monitoring\_role\_arn](#input\_monitoring\_role\_arn)| The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to CloudWatch Logs. Must be specified if monitoring\_interval is non-zero. |`string`|`null`| no |
76
76
| <aname="input_monitoring_role_description"></a> [monitoring\_role\_description](#input\_monitoring\_role\_description)| Description of the monitoring IAM role |`string`|`null`| no |
77
77
| <aname="input_monitoring_role_name"></a> [monitoring\_role\_name](#input\_monitoring\_role\_name)| Name of the IAM role which will be created when create\_monitoring\_role is enabled. |`string`|`"rds-monitoring-role"`| no |
78
+
| <aname="input_monitoring_role_permissions_boundary"></a> [monitoring\_role\_permissions\_boundary](#input\_monitoring\_role\_permissions\_boundary)| ARN of the policy that is used to set the permissions boundary for the monitoring IAM role |`string`|`null`| no |
78
79
| <aname="input_monitoring_role_use_name_prefix"></a> [monitoring\_role\_use\_name\_prefix](#input\_monitoring\_role\_use\_name\_prefix)| Determines whether to use `monitoring_role_name` as is or create a unique identifier beginning with `monitoring_role_name` as the specified prefix |`bool`|`false`| no |
79
80
| <aname="input_multi_az"></a> [multi\_az](#input\_multi\_az)| Specifies if the RDS instance is multi-AZ |`bool`|`false`| no |
80
81
| <aname="input_network_type"></a> [network\_type](#input\_network\_type)| The type of network stack |`string`|`null`| no |
0 commit comments