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