Class ECSTaskStateChange.OverridesItem.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.ecs.events.ECSTaskStateChange.OverridesItem.Jsii$Proxy
All Implemented Interfaces:
ECSTaskStateChange.OverridesItem, software.amazon.jsii.JsiiSerializable
Enclosing interface:
ECSTaskStateChange.OverridesItem

@Stability(Experimental) @Internal public static final class ECSTaskStateChange.OverridesItem.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ECSTaskStateChange.OverridesItem
An implementation for ECSTaskStateChange.OverridesItem
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(ECSTaskStateChange.OverridesItem.Builder builder)
      Constructor that initializes the object based on literal property values passed by the ECSTaskStateChange.OverridesItem.Builder.
  • Method Details

    • getCommand

      public final List<String> getCommand()
      Description copied from interface: ECSTaskStateChange.OverridesItem
      (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

      Specified by:
      getCommand in interface ECSTaskStateChange.OverridesItem
    • getCpu

      public final List<String> getCpu()
      Description copied from interface: ECSTaskStateChange.OverridesItem
      (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

      Specified by:
      getCpu in interface ECSTaskStateChange.OverridesItem
    • getEnvironment

      public final List<Map<String,String>> getEnvironment()
      Description copied from interface: ECSTaskStateChange.OverridesItem
      (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

      Specified by:
      getEnvironment in interface ECSTaskStateChange.OverridesItem
    • getMemory

      public final List<String> getMemory()
      Description copied from interface: ECSTaskStateChange.OverridesItem
      (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

      Specified by:
      getMemory in interface ECSTaskStateChange.OverridesItem
    • getName

      public final List<String> getName()
      Description copied from interface: ECSTaskStateChange.OverridesItem
      (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

      Specified by:
      getName in interface ECSTaskStateChange.OverridesItem
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object