Interface ClusterEvents.ECSTaskStateChange.NetworkInterfaceDetails

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
ClusterEvents.ECSTaskStateChange.NetworkInterfaceDetails.Jsii$Proxy
Enclosing class:
ClusterEvents.ECSTaskStateChange

@Stability(Experimental) public static interface ClusterEvents.ECSTaskStateChange.NetworkInterfaceDetails extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for NetworkInterfaceDetails.

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.ecs.events.*;
 NetworkInterfaceDetails networkInterfaceDetails = NetworkInterfaceDetails.builder()
         .attachmentId(List.of("attachmentId"))
         .ipv6Address(List.of("ipv6Address"))
         .privateIpv4Address(List.of("privateIpv4Address"))
         .build();
 
  • Method Details

    • getAttachmentId

      @Stability(Experimental) @Nullable default List<String> getAttachmentId()
      (experimental) attachmentId property.

      Specify an array of string values to match this event if the actual value of attachmentId 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

    • getIpv6Address

      @Stability(Experimental) @Nullable default List<String> getIpv6Address()
      (experimental) ipv6Address property.

      Specify an array of string values to match this event if the actual value of ipv6Address 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

    • getPrivateIpv4Address

      @Stability(Experimental) @Nullable default List<String> getPrivateIpv4Address()
      (experimental) privateIpv4Address property.

      Specify an array of string values to match this event if the actual value of privateIpv4Address 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 ClusterEvents.ECSTaskStateChange.NetworkInterfaceDetails.Builder builder()
      Returns:
      a ClusterEvents.ECSTaskStateChange.NetworkInterfaceDetails.Builder of ClusterEvents.ECSTaskStateChange.NetworkInterfaceDetails