ConnectorProfileConfigArgs

data class ConnectorProfileConfigArgs(val connectorProfileCredentials: Output<ConnectorProfileCredentialsArgs>? = null, val connectorProfileProperties: Output<ConnectorProfilePropertiesArgs>? = null) : ConvertibleToJava<ConnectorProfileConfigArgs>

Connector specific configurations needed to create connector profile

Constructors

Link copied to clipboard
constructor(connectorProfileCredentials: Output<ConnectorProfileCredentialsArgs>? = null, connectorProfileProperties: Output<ConnectorProfilePropertiesArgs>? = null)

Properties

Link copied to clipboard

The connector-specific credentials required by each connector.

Link copied to clipboard

The connector-specific properties of the profile configuration.

Functions

Link copied to clipboard
open override fun toJava(): ConnectorProfileConfigArgs