@aws-sdk/client-redshift

CreateIntegrationCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
AdditionalEncryptionContext Record<string, string> | undefined

The encryption context for the integration. For more information, see Encryption context  in the Amazon Web Services Key Management Service Developer Guide.

CreateTime Date | undefined

The time (UTC) when the integration was created.

Description string | undefined

The description of the integration.

Errors IntegrationError[] | undefined

Any errors associated with the integration.

IntegrationArn string | undefined

The Amazon Resource Name (ARN) of the integration.

IntegrationName string | undefined

The name of the integration.

KMSKeyId string | undefined

The Key Management Service (KMS) key identifier for the key used to encrypt the integration.

SourceArn string | undefined

The Amazon Resource Name (ARN) of the database used as the source for replication.

Status ZeroETLIntegrationStatus | undefined

The current status of the integration.

Tags Tag[] | undefined

The list of tags associated with the integration.

TargetArn string | undefined

The Amazon Resource Name (ARN) of the Amazon Redshift data warehouse to use as the target for replication.

Full Signature

export interface CreateIntegrationCommandOutput extends Integration, MetadataBearer