Connector Profile Connector Profile Config Args
data class ConnectorProfileConnectorProfileConfigArgs(val connectorProfileCredentials: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsArgs>, val connectorProfileProperties: Output<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesArgs>) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigArgs>
Constructors
Link copied to clipboard
constructor(connectorProfileCredentials: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsArgs>, connectorProfileProperties: Output<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesArgs>)
Properties
Link copied to clipboard
val connectorProfileCredentials: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsArgs>
The connector-specific credentials required by each connector. See Connector Profile Credentials for more details.
Link copied to clipboard
val connectorProfileProperties: Output<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesArgs>
The connector-specific properties of the profile configuration. See Connector Profile Properties for more details.