Interface AutoScalingGroupEvents.EC2InstanceTerminateSuccessful.Details
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AutoScalingGroupEvents.EC2InstanceTerminateSuccessful.Details.Jsii$Proxy
- Enclosing class:
AutoScalingGroupEvents.EC2InstanceTerminateSuccessful
@Stability(Experimental)
public static interface AutoScalingGroupEvents.EC2InstanceTerminateSuccessful.Details
extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for Details.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.autoscaling.events.*;
Details details = Details.builder()
.availabilityZone(List.of("availabilityZone"))
.subnetId(List.of("subnetId"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forAutoScalingGroupEvents.EC2InstanceTerminateSuccessful.Details -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) Availability Zone property.(experimental) Subnet ID property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAvailabilityZone
(experimental) Availability Zone property.Specify an array of string values to match this event if the actual value of Availability Zone is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getSubnetId
(experimental) Subnet ID property.Specify an array of string values to match this event if the actual value of Subnet ID is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
@Stability(Experimental) static AutoScalingGroupEvents.EC2InstanceTerminateSuccessful.Details.Builder builder()
-