Interface GuardDutyMalwareProtectionObjectScanResult.S3ObjectDetails

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

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

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.guardduty.events.*;
 S3ObjectDetails s3ObjectDetails = S3ObjectDetails.builder()
         .bucketName(List.of("bucketName"))
         .eTag(List.of("eTag"))
         .objectKey(List.of("objectKey"))
         .s3Throttled(List.of("s3Throttled"))
         .versionId(List.of("versionId"))
         .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: - Do not filter on this field

    • getETag

      @Stability(Experimental) @Nullable default List<String> getETag()
      (experimental) eTag property.

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

    • getObjectKey

      @Stability(Experimental) @Nullable default List<String> getObjectKey()
      (experimental) objectKey property.

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

    • getS3Throttled

      @Stability(Experimental) @Nullable default List<String> getS3Throttled()
      (experimental) s3Throttled property.

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

    • getVersionId

      @Stability(Experimental) @Nullable default List<String> getVersionId()
      (experimental) versionId property.

      Specify an array of string values to match this event if the actual value of versionId 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 GuardDutyMalwareProtectionObjectScanResult.S3ObjectDetails.Builder builder()
      Returns:
      a GuardDutyMalwareProtectionObjectScanResult.S3ObjectDetails.Builder of GuardDutyMalwareProtectionObjectScanResult.S3ObjectDetails