- Navigation Guide
@aws-sdk/client-kafkaconnect
CreateWorkerConfigurationCommandOutput Interface
The output of CreateWorkerConfigurationCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | 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