Interface BucketEvents.AWSAPICallViaCloudTrail.AdditionalEventData

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

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

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.*;
 AdditionalEventData additionalEventData = AdditionalEventData.builder()
         .authenticationMethod(List.of("authenticationMethod"))
         .bytesTransferredIn(List.of("bytesTransferredIn"))
         .bytesTransferredOut(List.of("bytesTransferredOut"))
         .cipherSuite(List.of("cipherSuite"))
         .objectRetentionInfo(ObjectRetentionInfo.builder()
                 .legalHoldInfo(LegalHoldInfo.builder()
                         .isUnderLegalHold(List.of("isUnderLegalHold"))
                         .lastModifiedTime(List.of("lastModifiedTime"))
                         .build())
                 .retentionInfo(RetentionInfo.builder()
                         .lastModifiedTime(List.of("lastModifiedTime"))
                         .retainUntilMode(List.of("retainUntilMode"))
                         .retainUntilTime(List.of("retainUntilTime"))
                         .build())
                 .build())
         .signatureVersion(List.of("signatureVersion"))
         .xAmzId2(List.of("xAmzId2"))
         .build();
 
  • Method Details

    • getAuthenticationMethod

      @Stability(Experimental) @Nullable default List<String> getAuthenticationMethod()
      (experimental) AuthenticationMethod property.

      Specify an array of string values to match this event if the actual value of AuthenticationMethod 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

    • getBytesTransferredIn

      @Stability(Experimental) @Nullable default List<String> getBytesTransferredIn()
      (experimental) bytesTransferredIn property.

      Specify an array of string values to match this event if the actual value of bytesTransferredIn 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

    • getBytesTransferredOut

      @Stability(Experimental) @Nullable default List<String> getBytesTransferredOut()
      (experimental) bytesTransferredOut property.

      Specify an array of string values to match this event if the actual value of bytesTransferredOut 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

    • getCipherSuite

      @Stability(Experimental) @Nullable default List<String> getCipherSuite()
      (experimental) CipherSuite property.

      Specify an array of string values to match this event if the actual value of CipherSuite 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

    • getObjectRetentionInfo

      @Stability(Experimental) @Nullable default BucketEvents.AWSAPICallViaCloudTrail.ObjectRetentionInfo getObjectRetentionInfo()
      (experimental) objectRetentionInfo property.

      Specify an array of string values to match this event if the actual value of objectRetentionInfo 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

    • getSignatureVersion

      @Stability(Experimental) @Nullable default List<String> getSignatureVersion()
      (experimental) SignatureVersion property.

      Specify an array of string values to match this event if the actual value of SignatureVersion 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

    • getXAmzId2

      @Stability(Experimental) @Nullable default List<String> getXAmzId2()
      (experimental) x-amz-id-2 property.

      Specify an array of string values to match this event if the actual value of x-amz-id-2 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.AdditionalEventData.Builder builder()
      Returns:
      a BucketEvents.AWSAPICallViaCloudTrail.AdditionalEventData.Builder of BucketEvents.AWSAPICallViaCloudTrail.AdditionalEventData