Interface DetectorEvents.GuardDutyFinding.KubernetesApiCallAction

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

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

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.*;
 KubernetesApiCallAction kubernetesApiCallAction = KubernetesApiCallAction.builder()
         .parameters(List.of("parameters"))
         .remoteIpDetails(RemoteIpDetails2.builder()
                 .city(City2.builder()
                         .cityName(List.of("cityName"))
                         .build())
                 .country(Country2.builder()
                         .countryName(List.of("countryName"))
                         .build())
                 .geoLocation(GeoLocation.builder()
                         .lat(List.of("lat"))
                         .lon(List.of("lon"))
                         .build())
                 .ipAddressV4(List.of("ipAddressV4"))
                 .organization(Organization2.builder()
                         .asn(List.of("asn"))
                         .asnOrg(List.of("asnOrg"))
                         .isp(List.of("isp"))
                         .org(List.of("org"))
                         .build())
                 .build())
         .requestUri(List.of("requestUri"))
         .sourceIPs(List.of("sourceIPs"))
         .statusCode(List.of("statusCode"))
         .userAgent(List.of("userAgent"))
         .verb(List.of("verb"))
         .build();
 
  • Method Details

    • getParameters

      @Stability(Experimental) @Nullable default List<String> getParameters()
      (experimental) parameters property.

      Specify an array of string values to match this event if the actual value of parameters 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 DetectorEvents.GuardDutyFinding.RemoteIpDetails2 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

    • getRequestUri

      @Stability(Experimental) @Nullable default List<String> getRequestUri()
      (experimental) requestUri property.

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

    • getSourceIPs

      @Stability(Experimental) @Nullable default List<String> getSourceIPs()
      (experimental) sourceIPs property.

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

    • getStatusCode

      @Stability(Experimental) @Nullable default List<String> getStatusCode()
      (experimental) statusCode property.

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

    • getUserAgent

      @Stability(Experimental) @Nullable default List<String> getUserAgent()
      (experimental) userAgent property.

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

    • getVerb

      @Stability(Experimental) @Nullable default List<String> getVerb()
      (experimental) verb property.

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