Interface GuardDutyFinding.PortProbeActionItem

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

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

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.*;
 PortProbeActionItem portProbeActionItem = PortProbeActionItem.builder()
         .localIpDetails(LocalIpDetails1.builder()
                 .ipAddressV4(List.of("ipAddressV4"))
                 .build())
         .localPortDetails(LocalPortDetails1.builder()
                 .port(List.of("port"))
                 .portName(List.of("portName"))
                 .build())
         .remoteIpDetails(RemoteIpDetails4.builder()
                 .city(City4.builder()
                         .cityName(List.of("cityName"))
                         .build())
                 .country(Country4.builder()
                         .countryName(List.of("countryName"))
                         .build())
                 .geoLocation(GeoLocation1.builder()
                         .lat(List.of("lat"))
                         .lon(List.of("lon"))
                         .build())
                 .ipAddressV4(List.of("ipAddressV4"))
                 .organization(Organization4.builder()
                         .asn(List.of("asn"))
                         .asnOrg(List.of("asnOrg"))
                         .isp(List.of("isp"))
                         .org(List.of("org"))
                         .build())
                 .build())
         .build();
 
  • Method Details

    • getLocalIpDetails

      @Stability(Experimental) @Nullable default GuardDutyFinding.LocalIpDetails1 getLocalIpDetails()
      (experimental) localIpDetails property.

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

    • getLocalPortDetails

      @Stability(Experimental) @Nullable default GuardDutyFinding.LocalPortDetails1 getLocalPortDetails()
      (experimental) localPortDetails property.

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

    • getRemoteIpDetails

      @Stability(Experimental) @Nullable default GuardDutyFinding.RemoteIpDetails4 getRemoteIpDetails()
      (experimental) remoteIpDetails property.

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