CreateIntegrationRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An optional set of non-secret key–value pairs that contains additional contextual information about the data. For more information, see Encryption context in the Amazon Web Services Key Management Service Developer Guide.

Link copied to clipboard

A description of the integration.

Link copied to clipboard

The name of the integration.

Link copied to clipboard

The Amazon Web Services Key Management System (Amazon Web Services KMS) key identifier for the key to use to encrypt the integration. If you don't specify an encryption key, RDS uses a default Amazon Web Services owned key.

Link copied to clipboard

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

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

A list of tags.

Link copied to clipboard

The ARN of the Redshift data warehouse to use as the target for replication.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String