Interface GuardDutyMalwareProtectionPostScanActionFailed.GuardDutyMalwareProtectionPostScanActionFailedProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GuardDutyMalwareProtectionPostScanActionFailed.GuardDutyMalwareProtectionPostScanActionFailedProps.Jsii$Proxy
- Enclosing class:
GuardDutyMalwareProtectionPostScanActionFailed
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.*;
GuardDutyMalwareProtectionPostScanActionFailedProps guardDutyMalwareProtectionPostScanActionFailedProps = GuardDutyMalwareProtectionPostScanActionFailedProps.builder()
.eventMetadata(AWSEventMetadataProps.builder()
.region(List.of("region"))
.resources(List.of("resources"))
.version(List.of("version"))
.build())
.eventTime(List.of("eventTime"))
.postScanActions(List.of(PostScanAction.builder()
.actionType(List.of("actionType"))
.failureReason(List.of("failureReason"))
.status(List.of("status"))
.build()))
.s3ObjectDetails(S3ObjectDetails.builder()
.bucketName(List.of("bucketName"))
.eTag(List.of("eTag"))
.objectKey(List.of("objectKey"))
.versionId(List.of("versionId"))
.build())
.schemaVersion(List.of("schemaVersion"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) eventTime property.(experimental) postScanActions property.(experimental) s3ObjectDetails property.(experimental) schemaVersion property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEventMetadata
(experimental) EventBridge event metadata.Default: - -
-
getEventTime
(experimental) eventTime property.Specify an array of string values to match this event if the actual value of eventTime 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
-
getPostScanActions
@Stability(Experimental) @Nullable default List<GuardDutyMalwareProtectionPostScanActionFailed.PostScanAction> getPostScanActions()(experimental) postScanActions property.Specify an array of string values to match this event if the actual value of postScanActions 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
-
getS3ObjectDetails
@Stability(Experimental) @Nullable default GuardDutyMalwareProtectionPostScanActionFailed.S3ObjectDetails getS3ObjectDetails()(experimental) s3ObjectDetails property.Specify an array of string values to match this event if the actual value of s3ObjectDetails 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
-
getSchemaVersion
(experimental) schemaVersion property.Specify an array of string values to match this event if the actual value of schemaVersion 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 GuardDutyMalwareProtectionPostScanActionFailed.GuardDutyMalwareProtectionPostScanActionFailedProps.Builder builder()
-