Integration Args
data class IntegrationArgs(val additionalEncryptionContext: Output<Map<String, String>>? = null, val integrationName: Output<String>? = null, val kmsKeyId: Output<String>? = null, val sourceArn: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val targetArn: Output<String>? = null) : ConvertibleToJava<IntegrationArgs>
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
The name of the integration.