Class AWSAPICallViaCloudTrail.OverridesItem.Jsii$Proxy

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

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

  • Method Details

    • getCommand

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

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

      public final List<Object> getEnvironment()
      Description copied from interface: AWSAPICallViaCloudTrail.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 AWSAPICallViaCloudTrail.OverridesItem
    • getMemory

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

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

      public final List<Object> getResourceRequirements()
      Description copied from interface: AWSAPICallViaCloudTrail.OverridesItem
      (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

      Specified by:
      getResourceRequirements in interface AWSAPICallViaCloudTrail.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