Interface DetectorEvents.GuardDutyFinding.AdditionalInfoItem1

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

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

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.*;
 AdditionalInfoItem1 additionalInfoItem1 = AdditionalInfoItem1.builder()
         .accessKeyId(List.of("accessKeyId"))
         .ipAddressV4(List.of("ipAddressV4"))
         .principalId(List.of("principalId"))
         .build();
 
  • Method Details

    • getAccessKeyId

      @Stability(Experimental) @Nullable default List<String> getAccessKeyId()
      (experimental) accessKeyId property.

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

    • getIpAddressV4

      @Stability(Experimental) @Nullable default List<String> getIpAddressV4()
      (experimental) ipAddressV4 property.

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

    • getPrincipalId

      @Stability(Experimental) @Nullable default List<String> getPrincipalId()
      (experimental) principalId property.

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