aws-native logo
AWS Native v0.54.0, Mar 21 23

aws-native.autoscaling.getWarmPool

Resource schema for AWS::AutoScaling::WarmPool.

Using getWarmPool

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 getWarmPool(args: GetWarmPoolArgs, opts?: InvokeOptions): Promise<GetWarmPoolResult>
function getWarmPoolOutput(args: GetWarmPoolOutputArgs, opts?: InvokeOptions): Output<GetWarmPoolResult>
def get_warm_pool(auto_scaling_group_name: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetWarmPoolResult
def get_warm_pool_output(auto_scaling_group_name: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetWarmPoolResult]
func LookupWarmPool(ctx *Context, args *LookupWarmPoolArgs, opts ...InvokeOption) (*LookupWarmPoolResult, error)
func LookupWarmPoolOutput(ctx *Context, args *LookupWarmPoolOutputArgs, opts ...InvokeOption) LookupWarmPoolResultOutput

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

public static class GetWarmPool 
{
    public static Task<GetWarmPoolResult> InvokeAsync(GetWarmPoolArgs args, InvokeOptions? opts = null)
    public static Output<GetWarmPoolResult> Invoke(GetWarmPoolInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetWarmPoolResult> getWarmPool(GetWarmPoolArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws-native:autoscaling:getWarmPool
  arguments:
    # arguments dictionary

The following arguments are supported:

getWarmPool Result

The following output properties are available:

Supporting Types

WarmPoolInstanceReusePolicy

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0