Skip to content

Data Source: awsMskConfiguration

Get information on an Amazon MSK Configuration.

Example Usage

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.dataAwsMskConfiguration.DataAwsMskConfiguration(this, "example", {
  name: "example",
});

Argument Reference

The following arguments are supported:

  • name - (Required) Name of the configuration.

Attribute Reference

In addition to all arguments above, the following attributes are exported:

  • arn - ARN of the configuration.
  • latestRevision - Latest revision of the configuration.
  • description - Description of the configuration.
  • kafkaVersions - List of Apache Kafka versions which can use this configuration.
  • serverProperties - Contents of the server.properties file.