1. Packages
  2. Azure Native
  3. API Docs
  4. customerinsights
  5. getConnector
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

azure-native.customerinsights.getConnector

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

Gets a connector in the hub.

Uses Azure REST API version 2017-04-26.

Using getConnector

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getConnector(args: GetConnectorArgs, opts?: InvokeOptions): Promise<GetConnectorResult>
function getConnectorOutput(args: GetConnectorOutputArgs, opts?: InvokeOptions): Output<GetConnectorResult>
Copy
def get_connector(connector_name: Optional[str] = None,
                  hub_name: Optional[str] = None,
                  resource_group_name: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetConnectorResult
def get_connector_output(connector_name: Optional[pulumi.Input[str]] = None,
                  hub_name: Optional[pulumi.Input[str]] = None,
                  resource_group_name: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetConnectorResult]
Copy
func LookupConnector(ctx *Context, args *LookupConnectorArgs, opts ...InvokeOption) (*LookupConnectorResult, error)
func LookupConnectorOutput(ctx *Context, args *LookupConnectorOutputArgs, opts ...InvokeOption) LookupConnectorResultOutput
Copy

> Note: This function is named LookupConnector in the Go SDK.

public static class GetConnector 
{
    public static Task<GetConnectorResult> InvokeAsync(GetConnectorArgs args, InvokeOptions? opts = null)
    public static Output<GetConnectorResult> Invoke(GetConnectorInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetConnectorResult> getConnector(GetConnectorArgs args, InvokeOptions options)
public static Output<GetConnectorResult> getConnector(GetConnectorArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:customerinsights:getConnector
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ConnectorName
This property is required.
Changes to this property will trigger replacement.
string
The name of the connector.
HubName
This property is required.
Changes to this property will trigger replacement.
string
The name of the hub.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group.
ConnectorName
This property is required.
Changes to this property will trigger replacement.
string
The name of the connector.
HubName
This property is required.
Changes to this property will trigger replacement.
string
The name of the hub.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group.
connectorName
This property is required.
Changes to this property will trigger replacement.
String
The name of the connector.
hubName
This property is required.
Changes to this property will trigger replacement.
String
The name of the hub.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group.
connectorName
This property is required.
Changes to this property will trigger replacement.
string
The name of the connector.
hubName
This property is required.
Changes to this property will trigger replacement.
string
The name of the hub.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group.
connector_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the connector.
hub_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the hub.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group.
connectorName
This property is required.
Changes to this property will trigger replacement.
String
The name of the connector.
hubName
This property is required.
Changes to this property will trigger replacement.
String
The name of the hub.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group.

getConnector Result

The following output properties are available:

AzureApiVersion string
The Azure API version of the resource.
ConnectorId int
ID of the connector.
ConnectorProperties Dictionary<string, object>
The connector properties.
ConnectorType string
Type of connector.
Created string
The created time.
Id string
Resource ID.
LastModified string
The last modified time.
Name string
Resource name.
State string
State of connector.
TenantId string
The hub name.
Type string
Resource type.
ConnectorName string
Name of the connector.
Description string
Description of the connector.
DisplayName string
Display name of the connector.
IsInternal bool
If this is an internal connector.
AzureApiVersion string
The Azure API version of the resource.
ConnectorId int
ID of the connector.
ConnectorProperties map[string]interface{}
The connector properties.
ConnectorType string
Type of connector.
Created string
The created time.
Id string
Resource ID.
LastModified string
The last modified time.
Name string
Resource name.
State string
State of connector.
TenantId string
The hub name.
Type string
Resource type.
ConnectorName string
Name of the connector.
Description string
Description of the connector.
DisplayName string
Display name of the connector.
IsInternal bool
If this is an internal connector.
azureApiVersion String
The Azure API version of the resource.
connectorId Integer
ID of the connector.
connectorProperties Map<String,Object>
The connector properties.
connectorType String
Type of connector.
created String
The created time.
id String
Resource ID.
lastModified String
The last modified time.
name String
Resource name.
state String
State of connector.
tenantId String
The hub name.
type String
Resource type.
connectorName String
Name of the connector.
description String
Description of the connector.
displayName String
Display name of the connector.
isInternal Boolean
If this is an internal connector.
azureApiVersion string
The Azure API version of the resource.
connectorId number
ID of the connector.
connectorProperties {[key: string]: any}
The connector properties.
connectorType string
Type of connector.
created string
The created time.
id string
Resource ID.
lastModified string
The last modified time.
name string
Resource name.
state string
State of connector.
tenantId string
The hub name.
type string
Resource type.
connectorName string
Name of the connector.
description string
Description of the connector.
displayName string
Display name of the connector.
isInternal boolean
If this is an internal connector.
azure_api_version str
The Azure API version of the resource.
connector_id int
ID of the connector.
connector_properties Mapping[str, Any]
The connector properties.
connector_type str
Type of connector.
created str
The created time.
id str
Resource ID.
last_modified str
The last modified time.
name str
Resource name.
state str
State of connector.
tenant_id str
The hub name.
type str
Resource type.
connector_name str
Name of the connector.
description str
Description of the connector.
display_name str
Display name of the connector.
is_internal bool
If this is an internal connector.
azureApiVersion String
The Azure API version of the resource.
connectorId Number
ID of the connector.
connectorProperties Map<Any>
The connector properties.
connectorType String
Type of connector.
created String
The created time.
id String
Resource ID.
lastModified String
The last modified time.
name String
Resource name.
state String
State of connector.
tenantId String
The hub name.
type String
Resource type.
connectorName String
Name of the connector.
description String
Description of the connector.
displayName String
Display name of the connector.
isInternal Boolean
If this is an internal connector.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi