hsdp 0.65.3 published on Tuesday, Apr 15, 2025 by philips-software
hsdp.getNotificationProducers
Explore with Pulumi AI
hsdp 0.65.3 published on Tuesday, Apr 15, 2025 by philips-software
Search for Notification producers
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
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()
.managingOrganizationId("foo-d8f5-4fe4-b486-29a7fd30c9ba")
.build());
}
}
variables:
producer:
fn::invoke:
function: hsdp:getNotificationProducer
arguments:
managingOrganizationId: foo-d8f5-4fe4-b486-29a7fd30c9ba
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: Optional[pulumi.Input[str]] = None,
managing_organization_id: Optional[pulumi.Input[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
The following arguments are supported:
- Managing
Organization stringId - The UUID of the managing IAM organization for the producers
- Id string
- Managing
Organization stringId - The UUID of the managing IAM organization for the producers
- Id string
- managing
Organization StringId - The UUID of the managing IAM organization for the producers
- id String
- managing
Organization stringId - The UUID of the managing IAM organization for the producers
- id string
- managing_
organization_ strid - The UUID of the managing IAM organization for the producers
- id str
- managing
Organization StringId - The UUID of the managing IAM organization for the producers
- id String
getNotificationProducers Result
The following output properties are available:
- Id string
- Managing
Organization stringId - Producer
Ids List<string>
- Id string
- Managing
Organization stringId - Producer
Ids []string
- id String
- managing
Organization StringId - producer
Ids List<String>
- id string
- managing
Organization stringId - producer
Ids string[]
- id str
- managing_
organization_ strid - producer_
ids Sequence[str]
- id String
- managing
Organization StringId - producer
Ids List<String>
Package Details
- Repository
- hsdp philips-software/terraform-provider-hsdp
- License
- Notes
- This Pulumi package is based on the
hsdp
Terraform Provider.
hsdp 0.65.3 published on Tuesday, Apr 15, 2025 by philips-software