Interface ClusterEvents.AWSAPICallViaCloudTrail.ResponseElementsItemItem1

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

@Stability(Experimental) public static interface ClusterEvents.AWSAPICallViaCloudTrail.ResponseElementsItemItem1 extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for ResponseElementsItemItem_1.

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.*;
 Object networkInterfaces;
 ResponseElementsItemItem1 responseElementsItemItem1 = ResponseElementsItemItem1.builder()
         .containerArn(List.of("containerArn"))
         .cpu(List.of("cpu"))
         .image(List.of("image"))
         .lastStatus(List.of("lastStatus"))
         .memory(List.of("memory"))
         .name(List.of("name"))
         .networkInterfaces(List.of(networkInterfaces))
         .taskArn(List.of("taskArn"))
         .build();
 
  • Method Details

    • getContainerArn

      @Stability(Experimental) @Nullable default List<String> getContainerArn()
      (experimental) containerArn property.

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

    • getCpu

      @Stability(Experimental) @Nullable default List<String> getCpu()
      (experimental) cpu property.

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

    • getImage

      @Stability(Experimental) @Nullable default List<String> getImage()
      (experimental) image property.

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

    • getLastStatus

      @Stability(Experimental) @Nullable default List<String> getLastStatus()
      (experimental) lastStatus property.

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

    • getMemory

      @Stability(Experimental) @Nullable default List<String> getMemory()
      (experimental) memory property.

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

    • getName

      @Stability(Experimental) @Nullable default List<String> getName()
      (experimental) name property.

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

    • getNetworkInterfaces

      @Stability(Experimental) @Nullable default List<Object> getNetworkInterfaces()
      (experimental) networkInterfaces property.

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

    • getTaskArn

      @Stability(Experimental) @Nullable default List<String> getTaskArn()
      (experimental) taskArn property.

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

      Returns:
      a ClusterEvents.AWSAPICallViaCloudTrail.ResponseElementsItemItem1.Builder of ClusterEvents.AWSAPICallViaCloudTrail.ResponseElementsItemItem1