custom Connector
suspend fun customConnector(value: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorArgs>)
suspend fun customConnector(value: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorArgs?)
Parameters
value
The connector-specific profile credentials required when using the custom connector. See Custom Connector Profile Credentials for more details.
suspend fun customConnector(argument: suspend ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorArgsBuilder.() -> Unit)
Parameters
argument
The connector-specific profile credentials required when using the custom connector. See Custom Connector Profile Credentials for more details.