Updates an OpenSearch Serverless access policy
Source:R/opensearchserviceserverless_operations.R
opensearchserviceserverless_update_access_policy.RdUpdates an OpenSearch Serverless access policy. For more information, see Data access control for Amazon OpenSearch Serverless.
See https://www.paws-r-sdk.com/docs/opensearchserviceserverless_update_access_policy/ for full documentation.
Usage
opensearchserviceserverless_update_access_policy(
type,
name,
policyVersion,
description = NULL,
policy = NULL,
clientToken = NULL
)Arguments
- type
[required] The type of policy.
- name
[required] The name of the policy.
- policyVersion
[required] The version of the policy being updated.
- description
A description of the policy. Typically used to store information about the permissions defined in the policy.
- policy
The JSON policy document to use as the content for the policy.
- clientToken
Unique, case-sensitive identifier to ensure idempotency of the request.