Interface CfnAutoScalingGroup.RetentionTriggersProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAutoScalingGroup.RetentionTriggersProperty.Jsii$Proxy
- Enclosing class:
CfnAutoScalingGroup
@Stability(Stable)
public static interface CfnAutoScalingGroup.RetentionTriggersProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.autoscaling.*;
RetentionTriggersProperty retentionTriggersProperty = RetentionTriggersProperty.builder()
.terminateHookAbandon("terminateHookAbandon")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAutoScalingGroup.RetentionTriggersPropertystatic final classAn implementation forCfnAutoScalingGroup.RetentionTriggersProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTerminateHookAbandon
- See Also:
-
builder
-