Interface ClusterEvents.AWSAPICallViaCloudTrail.RequestParametersItem1

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

@Stability(Experimental) public static interface ClusterEvents.AWSAPICallViaCloudTrail.RequestParametersItem1 extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for RequestParametersItem_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 networkBindings;
 RequestParametersItem1 requestParametersItem1 = RequestParametersItem1.builder()
         .containerName(List.of("containerName"))
         .exitCode(List.of("exitCode"))
         .networkBindings(List.of(networkBindings))
         .status(List.of("status"))
         .build();
 
  • Method Details

    • getContainerName

      @Stability(Experimental) @Nullable default List<String> getContainerName()
      (experimental) containerName property.

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

    • getExitCode

      @Stability(Experimental) @Nullable default List<String> getExitCode()
      (experimental) exitCode property.

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

    • getNetworkBindings

      @Stability(Experimental) @Nullable default List<Object> getNetworkBindings()
      (experimental) networkBindings property.

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

    • getStatus

      @Stability(Experimental) @Nullable default List<String> getStatus()
      (experimental) status property.

      Specify an array of string values to match this event if the actual value of status 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.RequestParametersItem1.Builder of ClusterEvents.AWSAPICallViaCloudTrail.RequestParametersItem1