@aws-sdk/client-kafkaconnect

CreateWorkerConfigurationCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
creationTime Date | undefined

The time that the worker configuration was created.

latestRevision WorkerConfigurationRevisionSummary | undefined

The latest revision of the worker configuration.

name string | undefined

The name of the worker configuration.

workerConfigurationArn string | undefined

The Amazon Resource Name (ARN) that Amazon assigned to the worker configuration.

workerConfigurationState WorkerConfigurationState | undefined

The state of the worker configuration.

Full Signature

export interface CreateWorkerConfigurationCommandOutput extends CreateWorkerConfigurationResponse, MetadataBearer