Interface DetectorEvents.GuardDutyFinding.EbsVolumeDetailsItem

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

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

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.*;
 EbsVolumeDetailsItem ebsVolumeDetailsItem = EbsVolumeDetailsItem.builder()
         .deviceName(List.of("deviceName"))
         .encryptionType(List.of("encryptionType"))
         .kmsKeyArn(List.of("kmsKeyArn"))
         .snapshotArn(List.of("snapshotArn"))
         .volumeArn(List.of("volumeArn"))
         .volumeSizeInGb(List.of("volumeSizeInGb"))
         .volumeType(List.of("volumeType"))
         .build();
 
  • Method Details

    • getDeviceName

      @Stability(Experimental) @Nullable default List<String> getDeviceName()
      (experimental) deviceName property.

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

    • getEncryptionType

      @Stability(Experimental) @Nullable default List<String> getEncryptionType()
      (experimental) encryptionType property.

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

    • getKmsKeyArn

      @Stability(Experimental) @Nullable default List<String> getKmsKeyArn()
      (experimental) kmsKeyArn property.

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

    • getSnapshotArn

      @Stability(Experimental) @Nullable default List<String> getSnapshotArn()
      (experimental) snapshotArn property.

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

    • getVolumeArn

      @Stability(Experimental) @Nullable default List<String> getVolumeArn()
      (experimental) volumeArn property.

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

    • getVolumeSizeInGb

      @Stability(Experimental) @Nullable default List<String> getVolumeSizeInGb()
      (experimental) volumeSizeInGB property.

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

    • getVolumeType

      @Stability(Experimental) @Nullable default List<String> getVolumeType()
      (experimental) volumeType property.

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