AWS Native v0.54.0, Mar 21 23
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:
- Auto
Scaling stringGroup Name
- Auto
Scaling stringGroup Name
- auto
Scaling StringGroup Name
- auto
Scaling stringGroup Name
- auto
Scaling StringGroup Name
getWarmPool Result
The following output properties are available:
- instance
Reuse WarmPolicy Pool Instance Reuse Policy - max
Group IntegerPrepared Capacity - min
Size Integer - pool
State String
- instance
Reuse WarmPolicy Pool Instance Reuse Policy - max
Group numberPrepared Capacity - min
Size number - pool
State string
- instance
Reuse Property MapPolicy - max
Group NumberPrepared Capacity - min
Size Number - pool
State String
Supporting Types
WarmPoolInstanceReusePolicy
- Reuse
On boolScale In
- Reuse
On boolScale In
- reuse
On BooleanScale In
- reuse
On booleanScale In
- reuse_
on_ boolscale_ in
- reuse
On BooleanScale In
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0