Class AWSAPICallViaCloudTrail.RequestParameters.Jsii$Proxy

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

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

  • Method Details

    • getBucketName

      public final List<String> getBucketName()
      Description copied from interface: AWSAPICallViaCloudTrail.RequestParameters
      (experimental) bucketName property.

      Specify an array of string values to match this event if the actual value of bucketName is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Filter with the Bucket reference

      Specified by:
      getBucketName in interface AWSAPICallViaCloudTrail.RequestParameters
    • getHost

      public final List<String> getHost()
      Description copied from interface: AWSAPICallViaCloudTrail.RequestParameters
      (experimental) Host property.

      Specify an array of string values to match this event if the actual value of Host 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:
      getHost in interface AWSAPICallViaCloudTrail.RequestParameters
    • getKey

      public final List<String> getKey()
      Description copied from interface: AWSAPICallViaCloudTrail.RequestParameters
      (experimental) key property.

      Specify an array of string values to match this event if the actual value of key 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:
      getKey in interface AWSAPICallViaCloudTrail.RequestParameters
    • getLegalHold

      public final List<String> getLegalHold()
      Description copied from interface: AWSAPICallViaCloudTrail.RequestParameters
      (experimental) legal-hold property.

      Specify an array of string values to match this event if the actual value of legal-hold 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:
      getLegalHold in interface AWSAPICallViaCloudTrail.RequestParameters
    • getRetention

      public final List<String> getRetention()
      Description copied from interface: AWSAPICallViaCloudTrail.RequestParameters
      (experimental) retention property.

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