1. Packages
  2. Packages
  3. Hsdp Provider
  4. API Docs
  5. getNotificationProducers
Viewing docs for hsdp 1.2.2
published on Thursday, Mar 12, 2026 by philips-software
Viewing docs for hsdp 1.2.2
published on Thursday, Mar 12, 2026 by philips-software

    Search for Notification producers

    Example Usage

    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    variables:
      producer:
        fn::invoke:
          function: hsdp:getNotificationProducer
          arguments:
            managingOrganizationId: foo-d8f5-4fe4-b486-29a7fd30c9ba
    
    Example coming soon!
    

    Using getNotificationProducers

    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 getNotificationProducers(args: GetNotificationProducersArgs, opts?: InvokeOptions): Promise<GetNotificationProducersResult>
    function getNotificationProducersOutput(args: GetNotificationProducersOutputArgs, opts?: InvokeOptions): Output<GetNotificationProducersResult>
    def get_notification_producers(id: Optional[str] = None,
                                   managing_organization_id: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetNotificationProducersResult
    def get_notification_producers_output(id: pulumi.Input[Optional[str]] = None,
                                   managing_organization_id: pulumi.Input[Optional[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetNotificationProducersResult]
    func GetNotificationProducers(ctx *Context, args *GetNotificationProducersArgs, opts ...InvokeOption) (*GetNotificationProducersResult, error)
    func GetNotificationProducersOutput(ctx *Context, args *GetNotificationProducersOutputArgs, opts ...InvokeOption) GetNotificationProducersResultOutput

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

    public static class GetNotificationProducers 
    {
        public static Task<GetNotificationProducersResult> InvokeAsync(GetNotificationProducersArgs args, InvokeOptions? opts = null)
        public static Output<GetNotificationProducersResult> Invoke(GetNotificationProducersInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetNotificationProducersResult> getNotificationProducers(GetNotificationProducersArgs args, InvokeOptions options)
    public static Output<GetNotificationProducersResult> getNotificationProducers(GetNotificationProducersArgs args, InvokeOptions options)
    
    fn::invoke:
      function: hsdp:index/getNotificationProducers:getNotificationProducers
      arguments:
        # arguments dictionary
    data "hsdp_getnotificationproducers" "name" {
        # arguments
    }

    The following arguments are supported:

    ManagingOrganizationId string
    The UUID of the managing IAM organization for the producers
    Id string
    ManagingOrganizationId string
    The UUID of the managing IAM organization for the producers
    Id string
    managing_organization_id string
    The UUID of the managing IAM organization for the producers
    id string
    managingOrganizationId String
    The UUID of the managing IAM organization for the producers
    id String
    managingOrganizationId string
    The UUID of the managing IAM organization for the producers
    id string
    managing_organization_id str
    The UUID of the managing IAM organization for the producers
    id str
    managingOrganizationId String
    The UUID of the managing IAM organization for the producers
    id String

    getNotificationProducers Result

    The following output properties are available:

    Id string
    ManagingOrganizationId string
    ProducerIds List<string>
    id string
    managing_organization_id string
    producer_ids list(string)
    id String
    managingOrganizationId String
    producerIds List<String>
    id String
    managingOrganizationId String
    producerIds List<String>

    Package Details

    Repository
    hsdp philips-software/terraform-provider-hsdp
    License
    Notes
    This Pulumi package is based on the hsdp Terraform Provider.
    Viewing docs for hsdp 1.2.2
    published on Thursday, Mar 12, 2026 by philips-software
      Try Pulumi Cloud free. Your team will thank you.