guardduty_create_sample_findings: Generates example findings of types specified by the list of finding
types
Description
Generates example findings of types specified by the list of finding
types. If \'NULL\' is specified for findingTypes
, the API generates
example findings of all supported finding types.
Usage
guardduty_create_sample_findings(DetectorId, FindingTypes)
Arguments
DetectorId
[required] The ID of the detector to create sample findings for.
FindingTypes
Types of sample findings to generate.
Request syntax
svc$create_sample_findings(
DetectorId = "string",
FindingTypes = list(
"string"
)
)