Class AWSAPICallViaCloudTrail.InstancesSet1Item.Jsii$Proxy

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

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

  • Method Details

    • getImageId

      public final List<String> getImageId()
      Description copied from interface: AWSAPICallViaCloudTrail.InstancesSet1Item
      (experimental) imageId property.

      Specify an array of string values to match this event if the actual value of imageId 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:
      getImageId in interface AWSAPICallViaCloudTrail.InstancesSet1Item
    • getInstanceId

      public final List<String> getInstanceId()
      Description copied from interface: AWSAPICallViaCloudTrail.InstancesSet1Item
      (experimental) instanceId property.

      Specify an array of string values to match this event if the actual value of instanceId 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:
      getInstanceId in interface AWSAPICallViaCloudTrail.InstancesSet1Item
    • getMaxCount

      public final List<String> getMaxCount()
      Description copied from interface: AWSAPICallViaCloudTrail.InstancesSet1Item
      (experimental) maxCount property.

      Specify an array of string values to match this event if the actual value of maxCount 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:
      getMaxCount in interface AWSAPICallViaCloudTrail.InstancesSet1Item
    • getMinCount

      public final List<String> getMinCount()
      Description copied from interface: AWSAPICallViaCloudTrail.InstancesSet1Item
      (experimental) minCount property.

      Specify an array of string values to match this event if the actual value of minCount 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:
      getMinCount in interface AWSAPICallViaCloudTrail.InstancesSet1Item
    • $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