Class AWSAPICallViaCloudTrail.ResourceConfig.Jsii$Proxy

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

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

  • Method Details

    • getInstanceCount

      public final List<String> getInstanceCount()
      Description copied from interface: AWSAPICallViaCloudTrail.ResourceConfig
      (experimental) instanceCount property.

      Specify an array of string values to match this event if the actual value of instanceCount 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:
      getInstanceCount in interface AWSAPICallViaCloudTrail.ResourceConfig
    • getInstanceType

      public final List<String> getInstanceType()
      Description copied from interface: AWSAPICallViaCloudTrail.ResourceConfig
      (experimental) instanceType property.

      Specify an array of string values to match this event if the actual value of instanceType 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:
      getInstanceType in interface AWSAPICallViaCloudTrail.ResourceConfig
    • getVolumeSizeInGb

      public final List<String> getVolumeSizeInGb()
      Description copied from interface: AWSAPICallViaCloudTrail.ResourceConfig
      (experimental) volumeSizeInGB property.

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