Uses of Interface
software.amazon.awscdk.core.CfnCreationPolicy
Packages that use CfnCreationPolicy
Package
Description
AWS Cloud Development Kit Core Library
Amazon EC2 Auto Scaling Construct Library
-
Uses of CfnCreationPolicy in software.amazon.awscdk.core
Classes in software.amazon.awscdk.core that implement CfnCreationPolicyMethods in software.amazon.awscdk.core that return CfnCreationPolicyModifier and TypeMethodDescriptionCfnCreationPolicy.Builder.build()Builds the configured instance.default CfnCreationPolicyICfnResourceOptions.getCreationPolicy()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 CfnCreationPolicyICfnResourceOptions.Jsii$Default.getCreationPolicy()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.final CfnCreationPolicyICfnResourceOptions.Jsii$Proxy.getCreationPolicy()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.Methods in software.amazon.awscdk.core with parameters of type CfnCreationPolicyModifier and TypeMethodDescriptiondefault voidICfnResourceOptions.Jsii$Default.setCreationPolicy(CfnCreationPolicy value) 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.final voidICfnResourceOptions.Jsii$Proxy.setCreationPolicy(CfnCreationPolicy value) 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 voidICfnResourceOptions.setCreationPolicy(CfnCreationPolicy value) 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. -
Uses of CfnCreationPolicy in software.amazon.awscdk.services.autoscaling
Methods in software.amazon.awscdk.services.autoscaling that return CfnCreationPolicyModifier and TypeMethodDescriptionprotected CfnCreationPolicySignals.doRender(SignalsOptions options) Helper to render the actual creation policy, as the logic between them is quite similar.protected CfnCreationPolicySignals.doRender(SignalsOptions options, Number count) Helper to render the actual creation policy, as the logic between them is quite similar.abstract CfnCreationPolicySignals.renderCreationPolicy(RenderSignalsOptions renderOptions) Render the ASG's CreationPolicy.