kafka_put_cluster_policy {paws.analytics} | R Documentation |
Creates or updates the MSK cluster policy specified by the cluster Amazon Resource Name (ARN) in the request
Description
Creates or updates the MSK cluster policy specified by the cluster Amazon Resource Name (ARN) in the request.
See https://www.paws-r-sdk.com/docs/kafka_put_cluster_policy/ for full documentation.
Usage
kafka_put_cluster_policy(ClusterArn, CurrentVersion = NULL, Policy)
Arguments
ClusterArn |
[required] The Amazon Resource Name (ARN) of the cluster. |
CurrentVersion |
The policy version. |
Policy |
[required] The policy. |
[Package paws.analytics version 0.6.0 Index]