Interface AWSAPICallViaCloudTrail.CustomerManagedS3

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

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

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.iotanalytics.events.*;
 CustomerManagedS3 customerManagedS3 = CustomerManagedS3.builder()
         .bucket(List.of("bucket"))
         .keyPrefix(List.of("keyPrefix"))
         .roleArn(List.of("roleArn"))
         .build();
 
  • Method Details

    • getBucket

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

    • getKeyPrefix

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

    • getRoleArn

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

    • builder

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