kafka_update_security: Updates the security settings for the cluster

View source: R/kafka_operations.R

kafka_update_securityR 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.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.