kafka_update_security {paws.analytics} | R Documentation |
Updates the security settings for the cluster
Description
Updates the security settings for the cluster. You can use this operation to specify encryption and authentication on existing clusters.
See https://www.paws-r-sdk.com/docs/kafka_update_security/ for full documentation.
Usage
kafka_update_security(
ClientAuthentication = NULL,
ClusterArn,
CurrentVersion,
EncryptionInfo = NULL
)
Arguments
ClientAuthentication |
Includes all client authentication related information. |
ClusterArn |
[required] The Amazon Resource Name (ARN) that uniquely identifies the cluster. |
CurrentVersion |
[required] The version of the MSK cluster to update. Cluster versions aren't simple numbers. You can describe an MSK cluster to find its version. When this update operation is successful, it generates a new cluster version. |
EncryptionInfo |
Includes all encryption-related information. |
[Package paws.analytics version 0.9.0 Index]