Interface EC2InstanceTerminateSuccessful.Details

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
EC2InstanceTerminateSuccessful.Details.Jsii$Proxy
Enclosing class:
EC2InstanceTerminateSuccessful

@Stability(Experimental) public static interface 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();
 
  • Method Details

    • getAvailabilityZone

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getSubnetId

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • builder

      @Stability(Experimental) static EC2InstanceTerminateSuccessful.Details.Builder builder()
      Returns:
      a EC2InstanceTerminateSuccessful.Details.Builder of EC2InstanceTerminateSuccessful.Details