Interface GuardDutyMalwareProtectionResourceStatusWarning.GuardDutyMalwareProtectionResourceStatusWarningProps

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

@Stability(Experimental) public static interface GuardDutyMalwareProtectionResourceStatusWarning.GuardDutyMalwareProtectionResourceStatusWarningProps extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for aws.guardduty@GuardDutyMalwareProtectionResourceStatusWarning event.

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();
 
  • Method Details

    • getEventMetadata

      @Stability(Experimental) @Nullable default AWSEventMetadataProps getEventMetadata()
      (experimental) EventBridge event metadata.

      Default: - -

    • getEventTime

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getResourceStatus

      @Stability(Experimental) @Nullable default List<String> 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.Match for 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getSchemaVersion

      @Stability(Experimental) @Nullable default List<String> 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.Match for 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • builder

      Returns:
      a GuardDutyMalwareProtectionResourceStatusWarning.GuardDutyMalwareProtectionResourceStatusWarningProps.Builder of GuardDutyMalwareProtectionResourceStatusWarning.GuardDutyMalwareProtectionResourceStatusWarningProps