1. Packages
  2. Azure Native
  3. API Docs
  4. iotoperationsmq
  5. getMqttBridgeTopicMap
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.41.0 published on Tuesday, May 14, 2024 by Pulumi

azure-native.iotoperationsmq.getMqttBridgeTopicMap

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.41.0 published on Tuesday, May 14, 2024 by Pulumi

    Get a MqttBridgeTopicMapResource Azure REST API version: 2023-10-04-preview.

    Using getMqttBridgeTopicMap

    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 getMqttBridgeTopicMap(args: GetMqttBridgeTopicMapArgs, opts?: InvokeOptions): Promise<GetMqttBridgeTopicMapResult>
    function getMqttBridgeTopicMapOutput(args: GetMqttBridgeTopicMapOutputArgs, opts?: InvokeOptions): Output<GetMqttBridgeTopicMapResult>
    def get_mqtt_bridge_topic_map(mq_name: Optional[str] = None,
                                  mqtt_bridge_connector_name: Optional[str] = None,
                                  resource_group_name: Optional[str] = None,
                                  topic_map_name: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetMqttBridgeTopicMapResult
    def get_mqtt_bridge_topic_map_output(mq_name: Optional[pulumi.Input[str]] = None,
                                  mqtt_bridge_connector_name: Optional[pulumi.Input[str]] = None,
                                  resource_group_name: Optional[pulumi.Input[str]] = None,
                                  topic_map_name: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetMqttBridgeTopicMapResult]
    func LookupMqttBridgeTopicMap(ctx *Context, args *LookupMqttBridgeTopicMapArgs, opts ...InvokeOption) (*LookupMqttBridgeTopicMapResult, error)
    func LookupMqttBridgeTopicMapOutput(ctx *Context, args *LookupMqttBridgeTopicMapOutputArgs, opts ...InvokeOption) LookupMqttBridgeTopicMapResultOutput

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

    public static class GetMqttBridgeTopicMap 
    {
        public static Task<GetMqttBridgeTopicMapResult> InvokeAsync(GetMqttBridgeTopicMapArgs args, InvokeOptions? opts = null)
        public static Output<GetMqttBridgeTopicMapResult> Invoke(GetMqttBridgeTopicMapInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetMqttBridgeTopicMapResult> getMqttBridgeTopicMap(GetMqttBridgeTopicMapArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:iotoperationsmq:getMqttBridgeTopicMap
      arguments:
        # arguments dictionary

    The following arguments are supported:

    MqName string
    Name of MQ resource
    MqttBridgeConnectorName string
    Name of MQ mqttBridgeConnector resource
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    TopicMapName string
    Name of MQ mqttBridgeTopicMap resource
    MqName string
    Name of MQ resource
    MqttBridgeConnectorName string
    Name of MQ mqttBridgeConnector resource
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    TopicMapName string
    Name of MQ mqttBridgeTopicMap resource
    mqName String
    Name of MQ resource
    mqttBridgeConnectorName String
    Name of MQ mqttBridgeConnector resource
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    topicMapName String
    Name of MQ mqttBridgeTopicMap resource
    mqName string
    Name of MQ resource
    mqttBridgeConnectorName string
    Name of MQ mqttBridgeConnector resource
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    topicMapName string
    Name of MQ mqttBridgeTopicMap resource
    mq_name str
    Name of MQ resource
    mqtt_bridge_connector_name str
    Name of MQ mqttBridgeConnector resource
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    topic_map_name str
    Name of MQ mqttBridgeTopicMap resource
    mqName String
    Name of MQ resource
    mqttBridgeConnectorName String
    Name of MQ mqttBridgeConnector resource
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    topicMapName String
    Name of MQ mqttBridgeTopicMap resource

    getMqttBridgeTopicMap Result

    The following output properties are available:

    ExtendedLocation Pulumi.AzureNative.IoTOperationsMQ.Outputs.ExtendedLocationPropertyResponse
    Extended Location
    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Location string
    The geo-location where the resource lives
    MqttBridgeConnectorRef string
    The MqttBridgeConnector CRD it refers to.
    Name string
    The name of the resource
    ProvisioningState string
    The status of the last operation.
    SystemData Pulumi.AzureNative.IoTOperationsMQ.Outputs.SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    Routes List<Pulumi.AzureNative.IoTOperationsMQ.Outputs.MqttBridgeRoutesResponse>
    The route details for MqttBridge connector.
    Tags Dictionary<string, string>
    Resource tags.
    ExtendedLocation ExtendedLocationPropertyResponse
    Extended Location
    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Location string
    The geo-location where the resource lives
    MqttBridgeConnectorRef string
    The MqttBridgeConnector CRD it refers to.
    Name string
    The name of the resource
    ProvisioningState string
    The status of the last operation.
    SystemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    Routes []MqttBridgeRoutesResponse
    The route details for MqttBridge connector.
    Tags map[string]string
    Resource tags.
    extendedLocation ExtendedLocationPropertyResponse
    Extended Location
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    location String
    The geo-location where the resource lives
    mqttBridgeConnectorRef String
    The MqttBridgeConnector CRD it refers to.
    name String
    The name of the resource
    provisioningState String
    The status of the last operation.
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    routes List<MqttBridgeRoutesResponse>
    The route details for MqttBridge connector.
    tags Map<String,String>
    Resource tags.
    extendedLocation ExtendedLocationPropertyResponse
    Extended Location
    id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    location string
    The geo-location where the resource lives
    mqttBridgeConnectorRef string
    The MqttBridgeConnector CRD it refers to.
    name string
    The name of the resource
    provisioningState string
    The status of the last operation.
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    routes MqttBridgeRoutesResponse[]
    The route details for MqttBridge connector.
    tags {[key: string]: string}
    Resource tags.
    extended_location ExtendedLocationPropertyResponse
    Extended Location
    id str
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    location str
    The geo-location where the resource lives
    mqtt_bridge_connector_ref str
    The MqttBridgeConnector CRD it refers to.
    name str
    The name of the resource
    provisioning_state str
    The status of the last operation.
    system_data SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    routes Sequence[MqttBridgeRoutesResponse]
    The route details for MqttBridge connector.
    tags Mapping[str, str]
    Resource tags.
    extendedLocation Property Map
    Extended Location
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    location String
    The geo-location where the resource lives
    mqttBridgeConnectorRef String
    The MqttBridgeConnector CRD it refers to.
    name String
    The name of the resource
    provisioningState String
    The status of the last operation.
    systemData Property Map
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    routes List<Property Map>
    The route details for MqttBridge connector.
    tags Map<String>
    Resource tags.

    Supporting Types

    ExtendedLocationPropertyResponse

    Name string
    The name of the extended location.
    Type string
    Type of ExtendedLocation.
    Name string
    The name of the extended location.
    Type string
    Type of ExtendedLocation.
    name String
    The name of the extended location.
    type String
    Type of ExtendedLocation.
    name string
    The name of the extended location.
    type string
    Type of ExtendedLocation.
    name str
    The name of the extended location.
    type str
    Type of ExtendedLocation.
    name String
    The name of the extended location.
    type String
    Type of ExtendedLocation.

    MqttBridgeRouteSharedSubscriptionResponse

    GroupMinimumShareNumber int
    The group shared subscription minimum share number.
    GroupName string
    The group name for Shared subscription.
    GroupMinimumShareNumber int
    The group shared subscription minimum share number.
    GroupName string
    The group name for Shared subscription.
    groupMinimumShareNumber Integer
    The group shared subscription minimum share number.
    groupName String
    The group name for Shared subscription.
    groupMinimumShareNumber number
    The group shared subscription minimum share number.
    groupName string
    The group name for Shared subscription.
    group_minimum_share_number int
    The group shared subscription minimum share number.
    group_name str
    The group name for Shared subscription.
    groupMinimumShareNumber Number
    The group shared subscription minimum share number.
    groupName String
    The group name for Shared subscription.

    MqttBridgeRoutesResponse

    Direction string
    Direction of the route.
    Name string
    Name of the route.
    Source string
    Source topic of the route.
    Qos int
    Qos for MQTT connection.
    SharedSubscription Pulumi.AzureNative.IoTOperationsMQ.Inputs.MqttBridgeRouteSharedSubscriptionResponse
    Shared subscription topic details.
    Target string
    Target topic of the route. Ignore if same as source
    Direction string
    Direction of the route.
    Name string
    Name of the route.
    Source string
    Source topic of the route.
    Qos int
    Qos for MQTT connection.
    SharedSubscription MqttBridgeRouteSharedSubscriptionResponse
    Shared subscription topic details.
    Target string
    Target topic of the route. Ignore if same as source
    direction String
    Direction of the route.
    name String
    Name of the route.
    source String
    Source topic of the route.
    qos Integer
    Qos for MQTT connection.
    sharedSubscription MqttBridgeRouteSharedSubscriptionResponse
    Shared subscription topic details.
    target String
    Target topic of the route. Ignore if same as source
    direction string
    Direction of the route.
    name string
    Name of the route.
    source string
    Source topic of the route.
    qos number
    Qos for MQTT connection.
    sharedSubscription MqttBridgeRouteSharedSubscriptionResponse
    Shared subscription topic details.
    target string
    Target topic of the route. Ignore if same as source
    direction str
    Direction of the route.
    name str
    Name of the route.
    source str
    Source topic of the route.
    qos int
    Qos for MQTT connection.
    shared_subscription MqttBridgeRouteSharedSubscriptionResponse
    Shared subscription topic details.
    target str
    Target topic of the route. Ignore if same as source
    direction String
    Direction of the route.
    name String
    Name of the route.
    source String
    Source topic of the route.
    qos Number
    Qos for MQTT connection.
    sharedSubscription Property Map
    Shared subscription topic details.
    target String
    Target topic of the route. Ignore if same as source

    SystemDataResponse

    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.
    createdAt string
    The timestamp of resource creation (UTC).
    createdBy string
    The identity that created the resource.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    The type of identity that last modified the resource.
    created_at str
    The timestamp of resource creation (UTC).
    created_by str
    The identity that created the resource.
    created_by_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.41.0 published on Tuesday, May 14, 2024 by Pulumi