MSK Configuration

MSK Configuration in AWS defines customizable settings for Amazon Managed Streaming for Apache Kafka (MSK) clusters. It allows you to create and manage configuration objects that specify Kafka broker properties, such as log retention, replication factors, and performance tuning parameters. These configurations can be applied to one or more MSK clusters, enabling consistent and centralized management of Kafka settings.

aws.kafka_configuration

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
arncorestringThe Amazon Resource Name (ARN) of the configuration.
creation_timecoretimestampThe time when the configuration was created.
descriptioncorestringThe description of the configuration.
kafka_versionscorearray<string>An array of the versions of Apache Kafka with which you can use this MSK configuration. You can use this configuration for an MSK cluster only if the Apache Kafka version specified for the cluster appears in this array.
latest_revisioncorejsonLatest revision of the configuration.
namecorestringThe name of the configuration.
statecorestringThe state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED.
tagscorehstore