ConnectorProfile

Describes an instance of a connector. This includes the provided name, credentials ARN, connection-mode, and so on. To keep the API intuitive and extensible, the fields that are common to all types of connector profiles are explicitly specified at the top level. The rest of the connector-specific properties are available via the connectorProfileProperties field.

Types

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

Properties

Link copied to clipboard

Indicates the connection mode and if it is public or private.

Link copied to clipboard

The label for the connector profile being created.

Link copied to clipboard

The Amazon Resource Name (ARN) of the connector profile.

Link copied to clipboard

The name of the connector profile. The name is unique for each ConnectorProfile in the Amazon Web Services account.

Link copied to clipboard

The connector-specific properties of the profile configuration.

Link copied to clipboard

The type of connector, such as Salesforce, Amplitude, and so on.

Link copied to clipboard

Specifies when the connector profile was created.

Link copied to clipboard

The Amazon Resource Name (ARN) of the connector profile credentials.

Link copied to clipboard

Specifies when the connector profile was last updated.

Link copied to clipboard

Specifies the private connection provisioning state.

Functions

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