1. Packages
  2. Datadog Provider
  3. API Docs
  4. getPowerpack
Datadog v4.48.1 published on Saturday, Apr 5, 2025 by Pulumi

datadog.getPowerpack

Explore with Pulumi AI

Datadog v4.48.1 published on Saturday, Apr 5, 2025 by Pulumi

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>
Copy
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]
Copy
func LookupPowerpack(ctx *Context, args *LookupPowerpackArgs, opts ...InvokeOption) (*LookupPowerpackResult, error)
func LookupPowerpackOutput(ctx *Context, args *LookupPowerpackOutputArgs, opts ...InvokeOption) LookupPowerpackResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetPowerpackResult> getPowerpack(GetPowerpackArgs args, InvokeOptions options)
public static Output<GetPowerpackResult> getPowerpack(GetPowerpackArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: datadog:index/getPowerpack:getPowerpack
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Name This property is required. string
The name of the Powerpack to search for.
Name This property is required. string
The name of the Powerpack to search for.
name This property is required. String
The name of the Powerpack to search for.
name This property is required. string
The name of the Powerpack to search for.
name This property is required. str
The name of the Powerpack to search for.
name This property is required. String
The name of the Powerpack to search for.

getPowerpack Result

The following output properties are available:

Id string
The ID of this resource.
Name string
The name of the Powerpack to search for.
Id string
The ID of this resource.
Name string
The name of the Powerpack to search for.
id String
The ID of this resource.
name String
The name of the Powerpack to search for.
id string
The ID of this resource.
name string
The name of the Powerpack to search for.
id str
The ID of this resource.
name str
The name of the Powerpack to search for.
id String
The ID of this resource.
name String
The name of the Powerpack to search for.

Package Details

Repository
Datadog pulumi/pulumi-datadog
License
Apache-2.0
Notes
This Pulumi package is based on the datadog Terraform Provider.
Datadog v4.48.1 published on Saturday, Apr 5, 2025 by Pulumi