| Package | Description |
|---|---|
| software.amazon.awscdk |
AWS Cloud Development Kit Library
|
| software.amazon.awscdk.services.autoscaling |
Amazon EC2 Auto Scaling Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnCreationPolicy.Jsii$Proxy
An implementation for
CfnCreationPolicy |
| Modifier and Type | Method and Description |
|---|---|
CfnCreationPolicy |
CfnCreationPolicy.Builder.build()
Builds the configured instance.
|
default CfnCreationPolicy |
ICfnResourceOptions.getCreationPolicy()
(experimental) Associate the CreationPolicy attribute with a resource to prevent its status from reaching create complete until AWS CloudFormation receives a specified number of success signals or the timeout period is exceeded.
|
CfnCreationPolicy |
ICfnResourceOptions.Jsii$Proxy.getCreationPolicy()
(experimental) Associate the CreationPolicy attribute with a resource to prevent its status from reaching create complete until AWS CloudFormation receives a specified number of success signals or the timeout period is exceeded.
|
default CfnCreationPolicy |
ICfnResourceOptions.Jsii$Default.getCreationPolicy()
(experimental) Associate the CreationPolicy attribute with a resource to prevent its status from reaching create complete until AWS CloudFormation receives a specified number of success signals or the timeout period is exceeded.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
ICfnResourceOptions.setCreationPolicy(CfnCreationPolicy value)
(experimental) Associate the CreationPolicy attribute with a resource to prevent its status from reaching create complete until AWS CloudFormation receives a specified number of success signals or the timeout period is exceeded.
|
void |
ICfnResourceOptions.Jsii$Proxy.setCreationPolicy(CfnCreationPolicy value)
(experimental) Associate the CreationPolicy attribute with a resource to prevent its status from reaching create complete until AWS CloudFormation receives a specified number of success signals or the timeout period is exceeded.
|
default void |
ICfnResourceOptions.Jsii$Default.setCreationPolicy(CfnCreationPolicy value)
(experimental) Associate the CreationPolicy attribute with a resource to prevent its status from reaching create complete until AWS CloudFormation receives a specified number of success signals or the timeout period is exceeded.
|
| Modifier and Type | Method and Description |
|---|---|
protected CfnCreationPolicy |
Signals.doRender(SignalsOptions options)
(experimental) Helper to render the actual creation policy, as the logic between them is quite similar.
|
protected CfnCreationPolicy |
Signals.doRender(SignalsOptions options,
Number count)
(experimental) Helper to render the actual creation policy, as the logic between them is quite similar.
|
abstract CfnCreationPolicy |
Signals.renderCreationPolicy(RenderSignalsOptions renderOptions)
(experimental) Render the ASG's CreationPolicy.
|
Copyright © 2021. All rights reserved.