Get information on an Amazon MSK Connect Worker Configuration.
data "aws_mskconnect_worker_configuration" "example" {
name = "example"
}
This data source supports the following arguments:
name
- (Required) Name of the worker configuration.This data source exports the following attributes in addition to the arguments above:
arn
- the ARN of the worker configuration.description
- a summary description of the worker configuration.latest_revision
- an ID of the latest successfully created revision of the worker configuration.properties_file_content
- contents of connect-distributed.properties file.