Interface DetectorEvents.GuardDutyFinding.EbsVolumeDetailsItem
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DetectorEvents.GuardDutyFinding.EbsVolumeDetailsItem.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.*;
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forDetectorEvents.GuardDutyFinding.EbsVolumeDetailsItemstatic final classAn implementation forDetectorEvents.GuardDutyFinding.EbsVolumeDetailsItem -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) deviceName property.(experimental) encryptionType property.(experimental) kmsKeyArn property.(experimental) snapshotArn property.(experimental) volumeArn property.(experimental) volumeSizeInGB property.(experimental) volumeType property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
@Stability(Experimental) static DetectorEvents.GuardDutyFinding.EbsVolumeDetailsItem.Builder builder()
-