Class AWSAPICallViaCloudTrail.CustomerManagedS3.Jsii$Proxy

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

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

  • Method Details

    • getBucket

      public final List<String> getBucket()
      Description copied from interface: AWSAPICallViaCloudTrail.CustomerManagedS3
      (experimental) bucket property.

      Specify an array of string values to match this event if the actual value of bucket 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:
      getBucket in interface AWSAPICallViaCloudTrail.CustomerManagedS3
    • getKeyPrefix

      public final List<String> getKeyPrefix()
      Description copied from interface: AWSAPICallViaCloudTrail.CustomerManagedS3
      (experimental) keyPrefix property.

      Specify an array of string values to match this event if the actual value of keyPrefix 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:
      getKeyPrefix in interface AWSAPICallViaCloudTrail.CustomerManagedS3
    • getRoleArn

      public final List<String> getRoleArn()
      Description copied from interface: AWSAPICallViaCloudTrail.CustomerManagedS3
      (experimental) roleArn property.

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