Interface DetectorEvents.GuardDutyFinding.Organization3

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

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

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.*;
 Organization3 organization3 = Organization3.builder()
         .asn(List.of("asn"))
         .asnOrg(List.of("asnOrg"))
         .isp(List.of("isp"))
         .org(List.of("org"))
         .build();
 
  • Method Details

    • getAsn

      @Stability(Experimental) @Nullable default List<String> getAsn()
      (experimental) asn property.

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

    • getAsnOrg

      @Stability(Experimental) @Nullable default List<String> getAsnOrg()
      (experimental) asnOrg property.

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

    • getIsp

      @Stability(Experimental) @Nullable default List<String> getIsp()
      (experimental) isp property.

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

    • getOrg

      @Stability(Experimental) @Nullable default List<String> getOrg()
      (experimental) org property.

      Specify an array of string values to match this event if the actual value of org 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.Organization3.Builder builder()
      Returns:
      a DetectorEvents.GuardDutyFinding.Organization3.Builder of DetectorEvents.GuardDutyFinding.Organization3