Interface ClusterEvents.AWSAPICallViaCloudTrail.Overrides1Item

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

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

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 environment;
 Object resourceRequirements;
 Overrides1Item overrides1Item = Overrides1Item.builder()
         .command(List.of("command"))
         .cpu(List.of("cpu"))
         .environment(List.of(environment))
         .memory(List.of("memory"))
         .name(List.of("name"))
         .resourceRequirements(List.of(resourceRequirements))
         .build();
 
  • Method Details

    • getCommand

      @Stability(Experimental) @Nullable default List<String> getCommand()
      (experimental) command property.

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

    • getEnvironment

      @Stability(Experimental) @Nullable default List<Object> getEnvironment()
      (experimental) environment property.

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

    • getResourceRequirements

      @Stability(Experimental) @Nullable default List<Object> getResourceRequirements()
      (experimental) resourceRequirements property.

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