Interface DetectorEvents.GuardDutyFinding.ThreatDetectedByNameItemItem
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DetectorEvents.GuardDutyFinding.ThreatDetectedByNameItemItem.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.*;
ThreatDetectedByNameItemItem threatDetectedByNameItemItem = ThreatDetectedByNameItemItem.builder()
.fileName(List.of("fileName"))
.filePath(List.of("filePath"))
.hash(List.of("hash"))
.volumeArn(List.of("volumeArn"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forDetectorEvents.GuardDutyFinding.ThreatDetectedByNameItemItem -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFileName
(experimental) fileName property.Specify an array of string values to match this event if the actual value of fileName 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
-
getFilePath
(experimental) filePath property.Specify an array of string values to match this event if the actual value of filePath 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
-
getHash
(experimental) hash property.Specify an array of string values to match this event if the actual value of hash 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
-
builder
@Stability(Experimental) static DetectorEvents.GuardDutyFinding.ThreatDetectedByNameItemItem.Builder builder()
-