aws::opensearch-serverless-security-policy¶
Create an OpenSearch Serverless security policy.
Example¶
aws::opensearch-serverless-security-policy security-policy
name: "example-security-policy"
description: "example-security-policy-description"
type: "encryption"
policy: "encryption-policy.json"
end
Attributes¶
Attribute | Description |
---|---|
name | The name of the security policy. (Required) |
description | The description of the security policy. |
type | The type of the security policy. Valid values are network or encryption . (Required) |
policy | The policy of the security policy. A policy path or policy string is allowed. (Required) |
policy-version | The policy version of the security policy. |