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_access_policies"></a> [access\_policies](#input\_access\_policies)| Custom access policy for OpenSearch domain. If empty, default policy will be used |`string`|`""`| no |
133
-
| <aname="input_access_policy_rules"></a> [access\_policy\_rules](#input\_access\_policy\_rules)| List of rules for the access policy. | <pre>list(object({<br> resource_type = string<br> resource = list(string)<br> permissions = list(string)<br> }))</pre> |`[]`| no |
133
+
| <aname="input_access_policy_rules"></a> [access\_policy\_rules](#input\_access\_policy\_rules)| List of rules for the access policy. | <pre>list(object({<br> resource_type = string<br> resource = list(string)<br> permissions = list(string)<br> principal = optional(list(string), [])<br> }))</pre> |`[]`| no |
| <aname="output_opensearch_collection_endpoint"></a> [opensearch\_collection\_endpoint](#output\_opensearch\_collection\_endpoint)| The Endpoint of the OpenSearch collection |
210
211
| <aname="output_opensearch_domain_arn"></a> [opensearch\_domain\_arn](#output\_opensearch\_domain\_arn)| The ARN of the OpenSearch domain. |
211
212
| <aname="output_opensearch_domain_endpoint"></a> [opensearch\_domain\_endpoint](#output\_opensearch\_domain\_endpoint)| The endpoint of the OpenSearch domain. |
212
213
| <aname="output_opensearch_domain_id"></a> [opensearch\_domain\_id](#output\_opensearch\_domain\_id)| The unique identifier for the OpenSearch domain. |
0 commit comments