- Navigation Guide
@aws-sdk/client-kafkaconnect
CreateConnectorCommandOutput Interface
The output of CreateConnectorCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
connectorArn | string | undefined | The Amazon Resource Name (ARN) that Amazon assigned to the connector. |
connectorName | string | undefined | The name of the connector. |
connectorState | ConnectorState | undefined | The state of the connector. |
Full Signature
export interface CreateConnectorCommandOutput extends CreateConnectorResponse, MetadataBearer