opensearchserviceserverless_update_security_policy {paws.analytics} | R Documentation |
Updates an OpenSearch Serverless security policy
Description
Updates an OpenSearch Serverless security policy. For more information, see Network access for Amazon OpenSearch Serverless and Encryption at rest for Amazon OpenSearch Serverless.
See https://www.paws-r-sdk.com/docs/opensearchserviceserverless_update_security_policy/ for full documentation.
Usage
opensearchserviceserverless_update_security_policy(
clientToken = NULL,
description = NULL,
name,
policy = NULL,
policyVersion,
type
)
Arguments
clientToken |
Unique, case-sensitive identifier to ensure idempotency of the request. |
description |
A description of the policy. Typically used to store information about the permissions defined in the policy. |
name |
[required] The name of the policy. |
policy |
The JSON policy document to use as the content for the new policy. |
policyVersion |
[required] The version of the policy being updated. |
type |
[required] The type of access policy. |
[Package paws.analytics version 0.7.0 Index]