Interface DetectorEvents.GuardDutyFinding.KubernetesUserDetails

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

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

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.*;
 KubernetesUserDetails kubernetesUserDetails = KubernetesUserDetails.builder()
         .groups(List.of("groups"))
         .uid(List.of("uid"))
         .username(List.of("username"))
         .build();
 
  • Method Details

    • getGroups

      @Stability(Experimental) @Nullable default List<String> getGroups()
      (experimental) groups property.

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

    • getUid

      @Stability(Experimental) @Nullable default List<String> getUid()
      (experimental) uid property.

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

    • getUsername

      @Stability(Experimental) @Nullable default List<String> getUsername()
      (experimental) username property.

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