Interface DetectorEvents.GuardDutyFinding.KubernetesWorkloadDetailsItem
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DetectorEvents.GuardDutyFinding.KubernetesWorkloadDetailsItem.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.*;
KubernetesWorkloadDetailsItem kubernetesWorkloadDetailsItem = KubernetesWorkloadDetailsItem.builder()
.image(List.of("image"))
.imagePrefix(List.of("imagePrefix"))
.name(List.of("name"))
.securityContext(SecurityContext.builder()
.privileged(List.of("privileged"))
.build())
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forDetectorEvents.GuardDutyFinding.KubernetesWorkloadDetailsItem -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getImage
(experimental) image property.Specify an array of string values to match this event if the actual value of image 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
-
getImagePrefix
(experimental) imagePrefix property.Specify an array of string values to match this event if the actual value of imagePrefix 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
-
getName
(experimental) name property.Specify an array of string values to match this event if the actual value of name 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
-
getSecurityContext
@Stability(Experimental) @Nullable default DetectorEvents.GuardDutyFinding.SecurityContext getSecurityContext()(experimental) securityContext property.Specify an array of string values to match this event if the actual value of securityContext 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.KubernetesWorkloadDetailsItem.Builder builder()
-