Integration

class Integration : KotlinCustomResource

Integration from a source AWS service to a Redshift cluster

Properties

Link copied to clipboard

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

Link copied to clipboard
val createTime: Output<String>

The time (UTC) when the integration was created.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val integrationArn: Output<String>

The Amazon Resource Name (ARN) of the integration.

Link copied to clipboard
val integrationName: Output<String>?

The name of the integration.

Link copied to clipboard
val kmsKeyId: Output<String>?

An KMS key identifier for the key to use to encrypt the integration. If you don't specify an encryption key, the default AWS owned KMS key is used.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val sourceArn: Output<String>

The Amazon Resource Name (ARN) of the database to use as the source for replication

Link copied to clipboard
val tags: Output<List<Tag>>?

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val targetArn: Output<String>

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

Link copied to clipboard
val urn: Output<String>