Connector

class Connector

The details of the connector, including the connector configuration and connector ARN.

Types

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

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the connector.

Link copied to clipboard

The provider-specific configuration for connecting to the third-party cloud service provider.

Link copied to clipboard

The date and time that the connector was created.

Link copied to clipboard

The name of the connector.

Functions

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