Skip to content

Data Source: awsMskconnectWorkerConfiguration

Get information on an Amazon MSK Connect Worker 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.dataAwsMskconnectWorkerConfiguration.DataAwsMskconnectWorkerConfiguration(
  this,
  "example",
  {
    name: "example",
  }
);

Argument Reference

The following arguments are supported:

  • name - (Required) Name of the worker configuration.

Attribute Reference

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

  • arn - the ARN of the worker configuration.
  • description - a summary description of the worker configuration.
  • latestRevision - an ID of the latest successfully created revision of the worker configuration.
  • propertiesFileContent - contents of connect-distributed.properties file.