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_policy"></a> [access\_policy](#input\_access\_policy)| access policy to apply to the collection |`any`|`{}`| no |
52
+
| <aname="input_access_policy_description"></a> [access\_policy\_description](#input\_access\_policy\_description)| Description of the access policy |`string`|`null`| no |
53
+
| <aname="input_access_policy_name"></a> [access\_policy\_name](#input\_access\_policy\_name)| Name of the access policy |`string`|`null`| no |
50
54
| <aname="input_create"></a> [create](#input\_create)| Determines whether resources will be created (affects all resources) |`bool`|`true`| no |
55
+
| <aname="input_create_access_policy"></a> [create\_access\_policy](#input\_create\_access\_policy)| Determines whether an access policy will be created |`bool`|`true`| no |
51
56
| <aname="input_create_encryption_policy"></a> [create\_encryption\_policy](#input\_create\_encryption\_policy)| Determines whether an encryption policy will be created |`bool`|`true`| no |
52
57
| <aname="input_create_network_policy"></a> [create\_network\_policy](#input\_create\_network\_policy)| Determines whether an network policy will be created |`bool`|`true`| no |
53
58
| <aname="input_description"></a> [description](#input\_description)| Description of the collection |`string`|`null`| no |
54
-
| <aname="input_encryption_security_policy"></a> [encryption\_security\_policy](#input\_encryption\_security\_policy)| Encryption security policy to apply to the collection - this is merged with the default policy provided|`any`|`{}`| no |
55
-
| <aname="input_encryption_security_policy_description"></a> [encryption\_security\_policy\_description](#input\_encryption\_security\_policy\_description)| Description of the encryption security policy |`string`|`null`| no |
56
-
| <aname="input_encryption_security_policy_name"></a> [encryption\_security\_policy\_name](#input\_encryption\_security\_policy\_name)| Name of the encryption security policy |`string`|`null`| no |
59
+
| <aname="input_encryption_policy"></a> [encryption\_policy](#input\_encryption\_policy)| Encryption policy to apply to the collection |`any`|`{}`| no |
60
+
| <aname="input_encryption_policy_description"></a> [encryption\_policy\_description](#input\_encryption\_policy\_description)| Description of the encryption policy |`string`|`null`| no |
61
+
| <aname="input_encryption_policy_name"></a> [encryption\_policy\_name](#input\_encryption\_policy\_name)| Name of the encryption policy |`string`|`null`| no |
57
62
| <aname="input_name"></a> [name](#input\_name)| Name of the collection |`string`|`""`| no |
58
-
| <aname="input_network_security_policy"></a> [network\_security\_policy](#input\_network\_security\_policy)| Network security policy to apply to the collection - this is merged with the default policy provided|`any`|`{}`| no |
59
-
| <aname="input_network_security_policy_description"></a> [network\_security\_policy\_description](#input\_network\_security\_policy\_description)| Description of the network security policy |`string`|`null`| no |
60
-
| <aname="input_network_security_policy_name"></a> [network\_security\_policy\_name](#input\_network\_security\_policy\_name)| Name of the network security policy |`string`|`null`| no |
63
+
| <aname="input_network_policy"></a> [network\_policy](#input\_network\_policy)| Network policy to apply to the collection |`any`|`{}`| no |
64
+
| <aname="input_network_policy_description"></a> [network\_policy\_description](#input\_network\_policy\_description)| Description of the network policy |`string`|`null`| no |
65
+
| <aname="input_network_policy_name"></a> [network\_policy\_name](#input\_network\_policy\_name)| Name of the network policy |`string`|`null`| no |
61
66
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to add to all resources |`map(string)`|`{}`| no |
62
67
| <aname="input_timeouts"></a> [timeouts](#input\_timeouts)| Create and delete timeout configurations for the collection |`map(string)`|`{}`| no |
63
68
| <aname="input_type"></a> [type](#input\_type)| Type of collection. One of `SEARCH`, `TIMESERIES`, or `VECTORSEARCH`. Defaults to `TIMESERIES`|`string`|`null`| no |
@@ -66,15 +71,17 @@ No modules.
66
71
67
72
| Name | Description |
68
73
|------|-------------|
74
+
| <aname="output_access_policy"></a> [access\_policy](#output\_access\_policy)| The JSON policy document of the access policy |
75
+
| <aname="output_access_policy_version"></a> [access\_policy\_version](#output\_access\_policy\_version)| The version of the access policy |
69
76
| <aname="output_arn"></a> [arn](#output\_arn)| Amazon Resource Name (ARN) of the collection |
70
77
| <aname="output_dashboard_endpoint"></a> [dashboard\_endpoint](#output\_dashboard\_endpoint)| Collection-specific endpoint used to access OpenSearch Dashboards |
71
-
| <aname="output_encryption_security_policy"></a> [encryption\_security\_policy](#output\_encryption\_security\_policy)| The JSON policy document of the security policy |
72
-
| <aname="output_encryption_security_policy_version"></a> [encryption\_security\_policy\_version](#output\_encryption\_security\_policy\_version)| The version of the security policy |
78
+
| <aname="output_encryption_policy"></a> [encryption\_policy](#output\_encryption\_policy)| The JSON policy document of the encryption policy |
79
+
| <aname="output_encryption_policy_version"></a> [encryption\_policy\_version](#output\_encryption\_policy\_version)| The version of the encryption policy |
73
80
| <aname="output_endpoint"></a> [endpoint](#output\_endpoint)| Collection-specific endpoint used to submit index, search, and data upload requests to an OpenSearch Serverless collection |
74
81
| <aname="output_id"></a> [id](#output\_id)| Unique identifier for the collection |
75
82
| <aname="output_kms_key_arn"></a> [kms\_key\_arn](#output\_kms\_key\_arn)| The ARN of the Amazon Web Services KMS key used to encrypt the collection |
76
-
| <aname="output_network_security_policy"></a> [network\_security\_policy](#output\_network\_security\_policy)| The JSON policy document of the security policy |
77
-
| <aname="output_network_security_policy_version"></a> [network\_security\_policy\_version](#output\_network\_security\_policy\_version)| The version of the security policy |
83
+
| <aname="output_network_policy"></a> [network\_policy](#output\_network\_policy)| The JSON policy document of the network policy |
84
+
| <aname="output_network_policy_version"></a> [network\_policy\_version](#output\_network\_policy\_version)| The version of the network policy |
0 commit comments