Class ECSContainerInstanceStateChange.VersionInfo.Jsii$Proxy

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

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

  • Method Details

    • getAgentHash

      public final List<String> getAgentHash()
      Description copied from interface: ECSContainerInstanceStateChange.VersionInfo
      (experimental) agentHash property.

      Specify an array of string values to match this event if the actual value of agentHash 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:
      getAgentHash in interface ECSContainerInstanceStateChange.VersionInfo
    • getAgentVersion

      public final List<String> getAgentVersion()
      Description copied from interface: ECSContainerInstanceStateChange.VersionInfo
      (experimental) agentVersion property.

      Specify an array of string values to match this event if the actual value of agentVersion 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:
      getAgentVersion in interface ECSContainerInstanceStateChange.VersionInfo
    • getDockerVersion

      public final List<String> getDockerVersion()
      Description copied from interface: ECSContainerInstanceStateChange.VersionInfo
      (experimental) dockerVersion property.

      Specify an array of string values to match this event if the actual value of dockerVersion 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:
      getDockerVersion in interface ECSContainerInstanceStateChange.VersionInfo
    • $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