connector Profile Credentials
suspend fun connectorProfileCredentials(value: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsArgs>)
suspend fun connectorProfileCredentials(value: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsArgs)
Parameters
value
The connector-specific credentials required by each connector. See Connector Profile Credentials for more details.
suspend fun connectorProfileCredentials(argument: suspend ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsArgsBuilder.() -> Unit)
Parameters
argument
The connector-specific credentials required by each connector. See Connector Profile Credentials for more details.