hsdp 0.65.3 published on Tuesday, Apr 15, 2025 by philips-software
hsdp.getNotificationProducer
Explore with Pulumi AI
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 dictionaryThe following arguments are supported:
- Producer
Id string - The UUID of the IAM producer
 - Id string
 
- Producer
Id string - The UUID of the IAM producer
 - Id string
 
- producer
Id String - The UUID of the IAM producer
 - id String
 
- producer
Id string - The UUID of the IAM producer
 - id string
 
- producer_
id str - The UUID of the IAM producer
 - id str
 
- producer
Id 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
 - Managing
Organization string - The name of IAM organization or tenant
 - Managing
Organization stringId  - Producer
Id string - Producer
Product stringName  - TThe name of the product
 - Producer
Service stringBase Url  - The base URL of the producer
 - Producer
Service stringInstance Name  - The name of a service instance in the product.
 - Producer
Service stringName  - The name of the service within the product
 - Producer
Service stringPath Url  - The URL extension of the producer
 
- Description string
 - Description of the producer application
 - Id string
 - Managing
Organization string - The name of IAM organization or tenant
 - Managing
Organization stringId  - Producer
Id string - Producer
Product stringName  - TThe name of the product
 - Producer
Service stringBase Url  - The base URL of the producer
 - Producer
Service stringInstance Name  - The name of a service instance in the product.
 - Producer
Service stringName  - The name of the service within the product
 - Producer
Service stringPath Url  - The URL extension of the producer
 
- description String
 - Description of the producer application
 - id String
 - managing
Organization String - The name of IAM organization or tenant
 - managing
Organization StringId  - producer
Id String - producer
Product StringName  - TThe name of the product
 - producer
Service StringBase Url  - The base URL of the producer
 - producer
Service StringInstance Name  - The name of a service instance in the product.
 - producer
Service StringName  - The name of the service within the product
 - producer
Service StringPath Url  - The URL extension of the producer
 
- description string
 - Description of the producer application
 - id string
 - managing
Organization string - The name of IAM organization or tenant
 - managing
Organization stringId  - producer
Id string - producer
Product stringName  - TThe name of the product
 - producer
Service stringBase Url  - The base URL of the producer
 - producer
Service stringInstance Name  - The name of a service instance in the product.
 - producer
Service stringName  - The name of the service within the product
 - producer
Service stringPath Url  - 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_ strid  - producer_
id str - producer_
product_ strname  - TThe name of the product
 - producer_
service_ strbase_ url  - The base URL of the producer
 - producer_
service_ strinstance_ name  - The name of a service instance in the product.
 - producer_
service_ strname  - The name of the service within the product
 - producer_
service_ strpath_ url  - The URL extension of the producer
 
- description String
 - Description of the producer application
 - id String
 - managing
Organization String - The name of IAM organization or tenant
 - managing
Organization StringId  - producer
Id String - producer
Product StringName  - TThe name of the product
 - producer
Service StringBase Url  - The base URL of the producer
 - producer
Service StringInstance Name  - The name of a service instance in the product.
 - producer
Service StringName  - The name of the service within the product
 - producer
Service StringPath Url  - The URL extension of the producer
 
Package Details
- Repository
 - hsdp philips-software/terraform-provider-hsdp
 - License
 - Notes
 - This Pulumi package is based on the 
hsdpTerraform Provider. 
hsdp 0.65.3 published on Tuesday, Apr 15, 2025 by philips-software