Skip to content

Data Source: awsMskconnectConnector

Get information on an Amazon MSK Connect Connector.

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.dataAwsMskconnectConnector.DataAwsMskconnectConnector(this, "example", {
  name: "example-mskconnector",
});

Argument Reference

The following arguments are supported:

  • name - (Required) Name of the connector.

Attribute Reference

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

  • arn - ARN of the connector.
  • description - Summary description of the connector.
  • version - Current version of the connector.