Get information on an Amazon MSK Configuration.
data "aws_msk_configuration" "example" {
name = "example"
}
This data source supports the following arguments:
name
- (Required) Name of the configuration.This data source exports the following attributes in addition to the arguments above:
arn
- ARN of the configuration.latest_revision
- Latest revision of the configuration.description
- Description of the configuration.kafka_versions
- List of Apache Kafka versions which can use this configuration.server_properties
- Contents of the server.properties file.