Interface GuardDutyMalwareProtectionResourceStatusActive.GuardDutyMalwareProtectionResourceStatusActiveProps

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

@Stability(Experimental) public static interface GuardDutyMalwareProtectionResourceStatusActive.GuardDutyMalwareProtectionResourceStatusActiveProps extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for aws.guardduty@GuardDutyMalwareProtectionResourceStatusActive 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.*;
 GuardDutyMalwareProtectionResourceStatusActiveProps guardDutyMalwareProtectionResourceStatusActiveProps = GuardDutyMalwareProtectionResourceStatusActiveProps.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"))
         .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 GuardDutyMalwareProtectionResourceStatusActive.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

    • builder

      Returns:
      a GuardDutyMalwareProtectionResourceStatusActive.GuardDutyMalwareProtectionResourceStatusActiveProps.Builder of GuardDutyMalwareProtectionResourceStatusActive.GuardDutyMalwareProtectionResourceStatusActiveProps