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
|[aws_iam_policy_document.main](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
@@ -131,6 +133,7 @@ No modules.
131
133
| <aname="input_plan_name"></a> [plan\_name](#input\_plan\_name)| The display name of a backup plan |`string`| n/a | yes |
132
134
| <aname="input_rules"></a> [rules](#input\_rules)| A list of rules mapping rule configurations for a backup plan |`any`|`[]`| no |
133
135
| <aname="input_selection_name"></a> [selection\_name](#input\_selection\_name)| The display name of a resource selection document |`string`|`null`| no |
136
+
| <aname="input_selection_not_resources"></a> [selection\_not\_resources](#input\_selection\_not\_resources)| An array of strings that either contain Amazon Resource Names (ARNs) or match patterns of resources to exclude from a backup plan. |`list(string)`|`[]`| no |
134
137
| <aname="input_selection_resources"></a> [selection\_resources](#input\_selection\_resources)| A list of strings that either contain Amazon Resource Names (ARNs) or match patterns of resources to assign to a backup plan |`list(string)`|`[]`| no |
135
138
| <aname="input_selection_tags"></a> [selection\_tags](#input\_selection\_tags)| A list of selection tags map |`list(any)`|`[]`| no |
136
139
| <aname="input_sns_topic_arn"></a> [sns\_topic\_arn](#input\_sns\_topic\_arn)| The Amazon Resource Name (ARN) that specifies the topic for a backup vault’s events |`string`|`null`| no |
0 commit comments