aws::opensearch-serverless-access-policy¶
Create an OpenSearch Serverless access policy.
Example¶
aws::opensearch-serverless-access-policy access-policy-example
name: "access-policy-example"
description: "Access policy example"
type: "data"
policy: "policy.json"
end
Attributes¶
| Attribute | Description |
|---|---|
| name | The name of the access policy. (Required) |
| description | The description of the access policy. |
| type | The type of the access policy. Currently the only supported value is data. (Required) |
| policy | The policy of the access policy. A policy path or policy string is allowed. |
| policy-version | The policy version of the access policy. |