Interface DetectorEvents.GuardDutyFinding.KubernetesUserDetails
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DetectorEvents.GuardDutyFinding.KubernetesUserDetails.Jsii$Proxy
- Enclosing class:
DetectorEvents.GuardDutyFinding
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forDetectorEvents.GuardDutyFinding.KubernetesUserDetailsstatic final classAn implementation forDetectorEvents.GuardDutyFinding.KubernetesUserDetails -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
@Stability(Experimental) static DetectorEvents.GuardDutyFinding.KubernetesUserDetails.Builder builder()
-