1. Packages
  2. Hsdp Provider
  3. API Docs
  4. getNotificationProducer
hsdp 0.65.3 published on Tuesday, Apr 15, 2025 by philips-software

hsdp.getNotificationProducer

Explore with Pulumi AI

hsdp logo
hsdp 0.65.3 published on Tuesday, Apr 15, 2025 by philips-software

    Look up a Notification producer

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as hsdp from "@pulumi/hsdp";
    
    const producer = hsdp.getNotificationProducer({
        producerId: "example-d8f5-4fe4-b486-29a7fd30c9ba",
    });
    
    import pulumi
    import pulumi_hsdp as hsdp
    
    producer = hsdp.get_notification_producer(producer_id="example-d8f5-4fe4-b486-29a7fd30c9ba")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/hsdp/hsdp"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := hsdp.LookupNotificationProducer(ctx, &hsdp.LookupNotificationProducerArgs{
    			ProducerId: "example-d8f5-4fe4-b486-29a7fd30c9ba",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Hsdp = Pulumi.Hsdp;
    
    return await Deployment.RunAsync(() => 
    {
        var producer = Hsdp.GetNotificationProducer.Invoke(new()
        {
            ProducerId = "example-d8f5-4fe4-b486-29a7fd30c9ba",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.hsdp.HsdpFunctions;
    import com.pulumi.hsdp.inputs.GetNotificationProducerArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var producer = HsdpFunctions.getNotificationProducer(GetNotificationProducerArgs.builder()
                .producerId("example-d8f5-4fe4-b486-29a7fd30c9ba")
                .build());
    
        }
    }
    
    variables:
      producer:
        fn::invoke:
          function: hsdp:getNotificationProducer
          arguments:
            producerId: example-d8f5-4fe4-b486-29a7fd30c9ba
    

    Using getNotificationProducer

    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 getNotificationProducer(args: GetNotificationProducerArgs, opts?: InvokeOptions): Promise<GetNotificationProducerResult>
    function getNotificationProducerOutput(args: GetNotificationProducerOutputArgs, opts?: InvokeOptions): Output<GetNotificationProducerResult>
    def get_notification_producer(id: Optional[str] = None,
                                  producer_id: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetNotificationProducerResult
    def get_notification_producer_output(id: Optional[pulumi.Input[str]] = None,
                                  producer_id: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetNotificationProducerResult]
    func LookupNotificationProducer(ctx *Context, args *LookupNotificationProducerArgs, opts ...InvokeOption) (*LookupNotificationProducerResult, error)
    func LookupNotificationProducerOutput(ctx *Context, args *LookupNotificationProducerOutputArgs, opts ...InvokeOption) LookupNotificationProducerResultOutput

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

    public static class GetNotificationProducer 
    {
        public static Task<GetNotificationProducerResult> InvokeAsync(GetNotificationProducerArgs args, InvokeOptions? opts = null)
        public static Output<GetNotificationProducerResult> Invoke(GetNotificationProducerInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetNotificationProducerResult> getNotificationProducer(GetNotificationProducerArgs args, InvokeOptions options)
    public static Output<GetNotificationProducerResult> getNotificationProducer(GetNotificationProducerArgs args, InvokeOptions options)
    
    fn::invoke:
      function: hsdp:index/getNotificationProducer:getNotificationProducer
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ProducerId string
    The UUID of the IAM producer
    Id string
    ProducerId string
    The UUID of the IAM producer
    Id string
    producerId String
    The UUID of the IAM producer
    id String
    producerId string
    The UUID of the IAM producer
    id string
    producer_id str
    The UUID of the IAM producer
    id str
    producerId String
    The UUID of the IAM producer
    id String

    getNotificationProducer Result

    The following output properties are available:

    Description string
    Description of the producer application
    Id string
    ManagingOrganization string
    The name of IAM organization or tenant
    ManagingOrganizationId string
    ProducerId string
    ProducerProductName string
    TThe name of the product
    ProducerServiceBaseUrl string
    The base URL of the producer
    ProducerServiceInstanceName string
    The name of a service instance in the product.
    ProducerServiceName string
    The name of the service within the product
    ProducerServicePathUrl string
    The URL extension of the producer
    Description string
    Description of the producer application
    Id string
    ManagingOrganization string
    The name of IAM organization or tenant
    ManagingOrganizationId string
    ProducerId string
    ProducerProductName string
    TThe name of the product
    ProducerServiceBaseUrl string
    The base URL of the producer
    ProducerServiceInstanceName string
    The name of a service instance in the product.
    ProducerServiceName string
    The name of the service within the product
    ProducerServicePathUrl string
    The URL extension of the producer
    description String
    Description of the producer application
    id String
    managingOrganization String
    The name of IAM organization or tenant
    managingOrganizationId String
    producerId String
    producerProductName String
    TThe name of the product
    producerServiceBaseUrl String
    The base URL of the producer
    producerServiceInstanceName String
    The name of a service instance in the product.
    producerServiceName String
    The name of the service within the product
    producerServicePathUrl String
    The URL extension of the producer
    description string
    Description of the producer application
    id string
    managingOrganization string
    The name of IAM organization or tenant
    managingOrganizationId string
    producerId string
    producerProductName string
    TThe name of the product
    producerServiceBaseUrl string
    The base URL of the producer
    producerServiceInstanceName string
    The name of a service instance in the product.
    producerServiceName string
    The name of the service within the product
    producerServicePathUrl string
    The URL extension of the producer
    description str
    Description of the producer application
    id str
    managing_organization str
    The name of IAM organization or tenant
    managing_organization_id str
    producer_id str
    producer_product_name str
    TThe name of the product
    producer_service_base_url str
    The base URL of the producer
    producer_service_instance_name str
    The name of a service instance in the product.
    producer_service_name str
    The name of the service within the product
    producer_service_path_url str
    The URL extension of the producer
    description String
    Description of the producer application
    id String
    managingOrganization String
    The name of IAM organization or tenant
    managingOrganizationId String
    producerId String
    producerProductName String
    TThe name of the product
    producerServiceBaseUrl String
    The base URL of the producer
    producerServiceInstanceName String
    The name of a service instance in the product.
    producerServiceName String
    The name of the service within the product
    producerServicePathUrl String
    The URL extension of the producer

    Package Details

    Repository
    hsdp philips-software/terraform-provider-hsdp
    License
    Notes
    This Pulumi package is based on the hsdp Terraform Provider.
    hsdp logo
    hsdp 0.65.3 published on Tuesday, Apr 15, 2025 by philips-software