Interface EC2InstanceLaunchSuccessful.Details

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

@Stability(Experimental) public static interface EC2InstanceLaunchSuccessful.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 EC2InstanceLaunchSuccessful.Details.Builder builder()
      Returns:
      a EC2InstanceLaunchSuccessful.Details.Builder of EC2InstanceLaunchSuccessful.Details