Interface ClusterEvents.ECSTaskStateChange.NetworkBindingDetails

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

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

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.*;
 NetworkBindingDetails networkBindingDetails = NetworkBindingDetails.builder()
         .bindIp(List.of("bindIp"))
         .containerPort(List.of("containerPort"))
         .hostPort(List.of("hostPort"))
         .protocol(List.of("protocol"))
         .build();
 
  • Method Details

    • getBindIp

      @Stability(Experimental) @Nullable default List<String> getBindIp()
      (experimental) bindIP property.

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

    • getContainerPort

      @Stability(Experimental) @Nullable default List<String> getContainerPort()
      (experimental) containerPort property.

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

    • getHostPort

      @Stability(Experimental) @Nullable default List<String> getHostPort()
      (experimental) hostPort property.

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

    • getProtocol

      @Stability(Experimental) @Nullable default List<String> getProtocol()
      (experimental) protocol property.

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