Data Source: aws_msk_cluster

Get information on a Amazon MSK Kafka Version

Example Usage

data "aws_msk_kafka_version" "preferred" {
  preferred_versions = ["2.4.1.1", "2.4.1", "2.2.1"]
}

data "aws_msk_kafka_version" "example" {
  version = "2.8.0"
}

Argument Reference

This data source supports the following arguments:

Attribute Reference

This data source exports the following attributes in addition to the arguments above: