Threat Intel Set Args
data class ThreatIntelSetArgs(val activate: Output<Boolean>? = null, val detectorId: Output<String>? = null, val format: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ThreatIntelSetArgs>
Resource Type definition for AWS::GuardDuty::ThreatIntelSet
Constructors
Properties
Link copied to clipboard
The unique ID of the detector of the GuardDuty account for which you want to create a ThreatIntelSet
. To find the detectorId
in the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.