Interface DetectorEvents.GuardDutyFinding.KubernetesWorkloadDetailsItem

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

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

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();
 
  • Method Details

    • getImage

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getImagePrefix

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getName

      @Stability(Experimental) @Nullable default List<String> 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.Match for 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • builder

      Returns:
      a DetectorEvents.GuardDutyFinding.KubernetesWorkloadDetailsItem.Builder of DetectorEvents.GuardDutyFinding.KubernetesWorkloadDetailsItem