Azure Native v1.103.0, Jun 2 23
Azure Native v1.103.0, Jun 2 23
azure-native.customerinsights.getConnector
Explore with Pulumi AI
Gets a connector in the hub. 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>
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]
func LookupConnector(ctx *Context, args *LookupConnectorArgs, opts ...InvokeOption) (*LookupConnectorResult, error)
func LookupConnectorOutput(ctx *Context, args *LookupConnectorOutputArgs, opts ...InvokeOption) LookupConnectorResultOutput
> 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)
}
public static CompletableFuture<GetConnectorResult> getConnector(GetConnectorArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:customerinsights:getConnector
arguments:
# arguments dictionary
The following arguments are supported:
- Connector
Name string The name of the connector.
- Hub
Name string The name of the hub.
- Resource
Group stringName The name of the resource group.
- Connector
Name string The name of the connector.
- Hub
Name string The name of the hub.
- Resource
Group stringName The name of the resource group.
- connector
Name String The name of the connector.
- hub
Name String The name of the hub.
- resource
Group StringName The name of the resource group.
- connector
Name string The name of the connector.
- hub
Name string The name of the hub.
- resource
Group stringName The name of the resource group.
- connector_
name str The name of the connector.
- hub_
name str The name of the hub.
- resource_
group_ strname The name of the resource group.
- connector
Name String The name of the connector.
- hub
Name String The name of the hub.
- resource
Group StringName The name of the resource group.
getConnector Result
The following output properties are available:
- Connector
Id int ID of the connector.
- Connector
Properties Dictionary<string, object> The connector properties.
- Connector
Type string Type of connector.
- Created string
The created time.
- Id string
Resource ID.
- Last
Modified string The last modified time.
- Name string
Resource name.
- State string
State of connector.
- Tenant
Id string The hub name.
- Type string
Resource type.
- Connector
Name string Name of the connector.
- Description string
Description of the connector.
- Display
Name string Display name of the connector.
- Is
Internal bool If this is an internal connector.
- Connector
Id int ID of the connector.
- Connector
Properties map[string]interface{} The connector properties.
- Connector
Type string Type of connector.
- Created string
The created time.
- Id string
Resource ID.
- Last
Modified string The last modified time.
- Name string
Resource name.
- State string
State of connector.
- Tenant
Id string The hub name.
- Type string
Resource type.
- Connector
Name string Name of the connector.
- Description string
Description of the connector.
- Display
Name string Display name of the connector.
- Is
Internal bool If this is an internal connector.
- connector
Id Integer ID of the connector.
- connector
Properties Map<String,Object> The connector properties.
- connector
Type String Type of connector.
- created String
The created time.
- id String
Resource ID.
- last
Modified String The last modified time.
- name String
Resource name.
- state String
State of connector.
- tenant
Id String The hub name.
- type String
Resource type.
- connector
Name String Name of the connector.
- description String
Description of the connector.
- display
Name String Display name of the connector.
- is
Internal Boolean If this is an internal connector.
- connector
Id number ID of the connector.
- connector
Properties {[key: string]: any} The connector properties.
- connector
Type string Type of connector.
- created string
The created time.
- id string
Resource ID.
- last
Modified string The last modified time.
- name string
Resource name.
- state string
State of connector.
- tenant
Id string The hub name.
- type string
Resource type.
- connector
Name string Name of the connector.
- description string
Description of the connector.
- display
Name string Display name of the connector.
- is
Internal boolean If this is an internal connector.
- 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.
- connector
Id Number ID of the connector.
- connector
Properties Map<Any> The connector properties.
- connector
Type String Type of connector.
- created String
The created time.
- id String
Resource ID.
- last
Modified String The last modified time.
- name String
Resource name.
- state String
State of connector.
- tenant
Id String The hub name.
- type String
Resource type.
- connector
Name String Name of the connector.
- description String
Description of the connector.
- display
Name String Display name of the connector.
- is
Internal Boolean If this is an internal connector.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0