MSK Connect Connector Operation

MSK Connect Connector Operation in AWS represents the details of an operation performed on an MSK Connect connector, such as describing its current state, configuration, and status. It helps users monitor and manage Kafka Connect connectors running on Amazon MSK, providing insights into operational health, lifecycle state, and any issues that may affect data streaming workloads.

aws.kafkaconnect_connector_operation

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
connector_arncorestringThe Amazon Resource Name (ARN) of the connector.
connector_operation_arncorestringThe Amazon Resource Name (ARN) of the connector operation.
connector_operation_statecorestringThe state of the connector operation.
connector_operation_typecorestringThe type of connector operation performed.
creation_timecoretimestampThe time when the operation was created.
end_timecoretimestampThe time when the operation ended.
error_infocorejsonDetails about the state of a resource.
operation_stepscorejsonThe array of operation steps taken.
origin_connector_configurationcorehstoreThe origin connector configuration.
origin_worker_settingcorejsonThe origin worker setting.
tagscorehstore
target_connector_configurationcorehstoreThe target connector configuration.
target_worker_settingcorejsonThe target worker setting.