Put Cluster Policy
kafka_put_cluster_policy | 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.
Usage¶
kafka_put_cluster_policy(ClusterArn, CurrentVersion, Policy)
Arguments¶
ClusterArn |
[required] The Amazon Resource Name (ARN) of the cluster. |
CurrentVersion |
The policy version. |
Policy |
[required] The policy. |
Value¶
A list with the following syntax:
list(
CurrentVersion = "string"
)
Request syntax¶
svc$put_cluster_policy(
ClusterArn = "string",
CurrentVersion = "string",
Policy = "string"
)