Interface DetectorEvents.GuardDutyFinding.AffectedResources1

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
DetectorEvents.GuardDutyFinding.AffectedResources1.Jsii$Proxy
Enclosing class:
DetectorEvents.GuardDutyFinding

@Stability(Experimental) public static interface DetectorEvents.GuardDutyFinding.AffectedResources1 extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for AffectedResources_1.

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.*;
 AffectedResources1 affectedResources1 = AffectedResources1.builder()
         .awsCloudTrailTrail(List.of("awsCloudTrailTrail"))
         .awsEc2Instance(List.of("awsEc2Instance"))
         .awsS3Bucket(List.of("awsS3Bucket"))
         .build();
 
  • Method Details

    • getAwsCloudTrailTrail

      @Stability(Experimental) @Nullable default List<String> getAwsCloudTrailTrail()
      (experimental) AWS-CloudTrail-Trail property.

      Specify an array of string values to match this event if the actual value of AWS-CloudTrail-Trail 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

    • getAwsEc2Instance

      @Stability(Experimental) @Nullable default List<String> getAwsEc2Instance()
      (experimental) AWS-EC2-Instance property.

      Specify an array of string values to match this event if the actual value of AWS-EC2-Instance 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

    • getAwsS3Bucket

      @Stability(Experimental) @Nullable default List<String> getAwsS3Bucket()
      (experimental) AWS-S3-Bucket property.

      Specify an array of string values to match this event if the actual value of AWS-S3-Bucket 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

      @Stability(Experimental) static DetectorEvents.GuardDutyFinding.AffectedResources1.Builder builder()
      Returns:
      a DetectorEvents.GuardDutyFinding.AffectedResources1.Builder of DetectorEvents.GuardDutyFinding.AffectedResources1