Integration

Describes a zero-ETL integration.

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 for encryption. This can only be provided if KMSKeyId is provided.

Link copied to clipboard

The time that the integration was created, in UTC.

Link copied to clipboard

Selects source tables for the integration using Maxwell filter syntax.

Link copied to clipboard

A description for the integration.

Link copied to clipboard

A list of errors associated with the integration.

Link copied to clipboard

The Amazon Resource Name (ARN) for the integration.

Link copied to clipboard

Properties associated with the integration.

Link copied to clipboard

A unique name for the integration.

Link copied to clipboard

The ARN of a KMS key used for encrypting the channel.

Link copied to clipboard

The ARN for the source of the integration.

Link copied to clipboard

The possible statuses are:

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

Metadata assigned to the resource consisting of a list of key-value pairs.

Link copied to clipboard

The ARN for the target of the integration.

Functions

Link copied to clipboard
inline fun copy(block: Integration.Builder.() -> Unit = {}): Integration
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