Interface DetectorEvents.GuardDutyFinding.DnsRequestAction

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

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

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.*;
 DnsRequestAction dnsRequestAction = DnsRequestAction.builder()
         .blocked(List.of("blocked"))
         .domain(List.of("domain"))
         .protocol(List.of("protocol"))
         .build();
 
  • Method Details

    • getBlocked

      @Stability(Experimental) @Nullable default List<String> getBlocked()
      (experimental) blocked property.

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

    • getDomain

      @Stability(Experimental) @Nullable default List<String> getDomain()
      (experimental) domain property.

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

    • getProtocol

      @Stability(Experimental) @Nullable default List<String> getProtocol()
      (experimental) protocol property.

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