Interface GuardDutyMalwareProtectionObjectScanResult.S3ObjectDetails
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GuardDutyMalwareProtectionObjectScanResult.S3ObjectDetails.Jsii$Proxy
- Enclosing class:
GuardDutyMalwareProtectionObjectScanResult
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forGuardDutyMalwareProtectionObjectScanResult.S3ObjectDetails -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
@Stability(Experimental) static GuardDutyMalwareProtectionObjectScanResult.S3ObjectDetails.Builder builder()
-