Connector Profile Config Args
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)