Interface GuardDutyMalwareProtectionResourceStatusWarning.GuardDutyMalwareProtectionResourceStatusWarningProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GuardDutyMalwareProtectionResourceStatusWarning.GuardDutyMalwareProtectionResourceStatusWarningProps.Jsii$Proxy
- Enclosing class:
GuardDutyMalwareProtectionResourceStatusWarning
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.*;
GuardDutyMalwareProtectionResourceStatusWarningProps guardDutyMalwareProtectionResourceStatusWarningProps = GuardDutyMalwareProtectionResourceStatusWarningProps.builder()
.eventMetadata(AWSEventMetadataProps.builder()
.region(List.of("region"))
.resources(List.of("resources"))
.version(List.of("version"))
.build())
.eventTime(List.of("eventTime"))
.resourceStatus(List.of("resourceStatus"))
.s3BucketDetails(S3BucketDetails.builder()
.bucketName(List.of("bucketName"))
.build())
.schemaVersion(List.of("schemaVersion"))
.statusReasons(List.of(StatusReason.builder()
.code(List.of("code"))
.build()))
.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) resourceStatus property.(experimental) s3BucketDetails property.(experimental) schemaVersion property.(experimental) statusReasons 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
-
getResourceStatus
(experimental) resourceStatus property.Specify an array of string values to match this event if the actual value of resourceStatus 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
-
getS3BucketDetails
@Stability(Experimental) @Nullable default GuardDutyMalwareProtectionResourceStatusWarning.S3BucketDetails getS3BucketDetails()(experimental) s3BucketDetails property.Specify an array of string values to match this event if the actual value of s3BucketDetails 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
-
getStatusReasons
@Stability(Experimental) @Nullable default List<GuardDutyMalwareProtectionResourceStatusWarning.StatusReason> getStatusReasons()(experimental) statusReasons property.Specify an array of string values to match this event if the actual value of statusReasons 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 GuardDutyMalwareProtectionResourceStatusWarning.GuardDutyMalwareProtectionResourceStatusWarningProps.Builder builder()
-