- Navigation Guide
@aws-sdk/client-glue
CreateIntegrationCommandOutput Interface
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
CreateTime Required | Date | undefined | The time when the integration was created, in UTC. |
IntegrationArn Required | string | undefined | The Amazon Resource Name (ARN) for the created integration. |
IntegrationName Required | string | undefined | A unique name for an integration in Glue. |
SourceArn Required | string | undefined | The ARN of the source resource for the integration. |
Status Required | IntegrationStatus | undefined | The status of the integration being created. The possible statuses are:
|
TargetArn Required | string | undefined | The ARN of the target resource for the integration. |
AdditionalEncryptionContext | Record<string, string> | undefined | An optional set of non-secret key–value pairs that contains additional contextual information for encryption. |
DataFilter | string | undefined | Selects source tables for the integration using Maxwell filter syntax. |
Description | string | undefined | A description of the integration. |
Errors | IntegrationError[] | undefined | A list of errors associated with the integration creation. |
KmsKeyId | string | undefined | The ARN of a KMS key used for encrypting the channel. |
Tags | Tag[] | undefined | Metadata assigned to the resource consisting of a list of key-value pairs. |
Full Signature
export interface CreateIntegrationCommandOutput extends CreateIntegrationResponse, MetadataBearer