getConnectorMapping

Gets a connector mapping in the connector. Uses Azure REST API version 2017-04-26.

Return

The connector mapping resource format.

Parameters

argument

null


suspend fun getConnectorMapping(connectorName: String, hubName: String, mappingName: String, resourceGroupName: String): GetConnectorMappingResult

Return

The connector mapping resource format.

Parameters

connectorName

The name of the connector.

hubName

The name of the hub.

mappingName

The name of the connector mapping.

resourceGroupName

The name of the resource group.

See also


Return

The connector mapping resource format.

Parameters

argument

Builder for com.pulumi.azurenative.customerinsights.kotlin.inputs.GetConnectorMappingPlainArgs.

See also