Interface BucketEvents.AWSAPICallViaCloudTrail.RequestParameters

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
BucketEvents.AWSAPICallViaCloudTrail.RequestParameters.Jsii$Proxy
Enclosing class:
BucketEvents.AWSAPICallViaCloudTrail

@Stability(Experimental) public static interface BucketEvents.AWSAPICallViaCloudTrail.RequestParameters extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for RequestParameters.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.s3.events.*;
 RequestParameters requestParameters = RequestParameters.builder()
         .bucketName(List.of("bucketName"))
         .host(List.of("host"))
         .key(List.of("key"))
         .legalHold(List.of("legalHold"))
         .retention(List.of("retention"))
         .build();
 
  • Method Details

    • getBucketName

      @Stability(Experimental) @Nullable default List<String> getBucketName()
      (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

    • getHost

      @Stability(Experimental) @Nullable default List<String> getHost()
      (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

    • getKey

      @Stability(Experimental) @Nullable default List<String> getKey()
      (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

    • getLegalHold

      @Stability(Experimental) @Nullable default List<String> getLegalHold()
      (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

    • getRetention

      @Stability(Experimental) @Nullable default List<String> getRetention()
      (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

    • builder

      @Stability(Experimental) static BucketEvents.AWSAPICallViaCloudTrail.RequestParameters.Builder builder()
      Returns:
      a BucketEvents.AWSAPICallViaCloudTrail.RequestParameters.Builder of BucketEvents.AWSAPICallViaCloudTrail.RequestParameters