Get information on an Amazon MSK Connect custom plugin.
data "aws_mskconnect_custom_plugin" "example" {
name = "example-debezium-1"
}
This data source supports the following arguments:
name
- (Required) Name of the custom plugin.This data source exports the following attributes in addition to the arguments above:
arn
- the ARN of the custom plugin.description
- a summary description of the custom plugin.latest_revision
- an ID of the latest successfully created revision of the custom plugin.state
- the state of the custom plugin.