Skip to content

Data Source: awsMskconnectCustomPlugin

Get information on an Amazon MSK Connect custom plugin.

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.dataAwsMskconnectCustomPlugin.DataAwsMskconnectCustomPlugin(
  this,
  "example",
  {
    name: "example-debezium-1",
  }
);

Argument Reference

The following arguments are supported:

  • name - (Required) Name of the custom plugin.

Attribute Reference

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

  • arn - the ARN of the custom plugin.
  • description - a summary description of the custom plugin.
  • latestRevision - an ID of the latest successfully created revision of the custom plugin.
  • state - the state of the custom plugin.