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.
guardduty_create_sample_findings(DetectorId, FindingTypes)
[required] The ID of the detector to create sample findings for.
Types of sample findings that you want to generate.
svc$create_sample_findings( DetectorId = "string", FindingTypes = list( "string" ) )