Datadog v4.33.2 published on Tuesday, Sep 24, 2024 by Pulumi
datadog.getPowerpack
Explore with Pulumi AI
Use this data source to retrieve information about an existing Datadog Powerpack.
Using getPowerpack
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 getPowerpack(args: GetPowerpackArgs, opts?: InvokeOptions): Promise<GetPowerpackResult>
function getPowerpackOutput(args: GetPowerpackOutputArgs, opts?: InvokeOptions): Output<GetPowerpackResult>
def get_powerpack(name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPowerpackResult
def get_powerpack_output(name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPowerpackResult]
func LookupPowerpack(ctx *Context, args *LookupPowerpackArgs, opts ...InvokeOption) (*LookupPowerpackResult, error)
func LookupPowerpackOutput(ctx *Context, args *LookupPowerpackOutputArgs, opts ...InvokeOption) LookupPowerpackResultOutput
> Note: This function is named LookupPowerpack
in the Go SDK.
public static class GetPowerpack
{
public static Task<GetPowerpackResult> InvokeAsync(GetPowerpackArgs args, InvokeOptions? opts = null)
public static Output<GetPowerpackResult> Invoke(GetPowerpackInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetPowerpackResult> getPowerpack(GetPowerpackArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: datadog:index/getPowerpack:getPowerpack
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
- The name of the Powerpack to search for.
- Name string
- The name of the Powerpack to search for.
- name String
- The name of the Powerpack to search for.
- name string
- The name of the Powerpack to search for.
- name str
- The name of the Powerpack to search for.
- name String
- The name of the Powerpack to search for.
getPowerpack Result
The following output properties are available:
Package Details
- Repository
- Datadog pulumi/pulumi-datadog
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
datadog
Terraform Provider.