ConnectorProfileConnectorProfileConfigArgs

data class ConnectorProfileConnectorProfileConfigArgs(val connectorProfileCredentials: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsArgs>, val connectorProfileProperties: Output<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesArgs>) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigArgs>

Constructors

Properties

Link copied to clipboard

The connector-specific credentials required by each connector. See Connector Profile Credentials for more details.

Link copied to clipboard

The connector-specific properties of the profile configuration. See Connector Profile Properties for more details.

Functions

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