Interface DetectorEvents.GuardDutyFinding.TaskDetails

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

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

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.*;
 TaskDetails taskDetails = TaskDetails.builder()
         .arn(List.of("arn"))
         .containers(List.of(TaskDetailsItem.builder()
                 .image(List.of("image"))
                 .name(List.of("name"))
                 .build()))
         .createdAt(List.of("createdAt"))
         .definitionArn(List.of("definitionArn"))
         .startedAt(List.of("startedAt"))
         .startedBy(List.of("startedBy"))
         .version(List.of("version"))
         .build();
 
  • Method Details

    • getArn

      @Stability(Experimental) @Nullable default List<String> getArn()
      (experimental) arn property.

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

    • getContainers

      @Stability(Experimental) @Nullable default List<DetectorEvents.GuardDutyFinding.TaskDetailsItem> getContainers()
      (experimental) containers property.

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

    • getCreatedAt

      @Stability(Experimental) @Nullable default List<String> getCreatedAt()
      (experimental) createdAt property.

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

    • getDefinitionArn

      @Stability(Experimental) @Nullable default List<String> getDefinitionArn()
      (experimental) definitionArn property.

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

    • getStartedAt

      @Stability(Experimental) @Nullable default List<String> getStartedAt()
      (experimental) startedAt property.

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

    • getStartedBy

      @Stability(Experimental) @Nullable default List<String> getStartedBy()
      (experimental) startedBy property.

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

    • getVersion

      @Stability(Experimental) @Nullable default List<String> getVersion()
      (experimental) version property.

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