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
fun ConnectorProfileConfigArgs(connectorProfileCredentials: Output<ConnectorProfileCredentialsArgs>? = null, connectorProfileProperties: Output<ConnectorProfilePropertiesArgs>? = null)

Functions

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

Properties