Creates a single Amazon GuardDuty detector. A detector is a resource that represents the GuardDuty service. To start using GuardDuty, you must create a detector in each region that you enable the service. You can have only one detector per account per region.
guardduty_create_detector(Enable, ClientToken,
FindingPublishingFrequency, Tags)
[required] A boolean value that specifies whether the detector is to be enabled.
The idempotency token for the create request.
A enum value that specifies how frequently customer got Finding updates published.
The tags to be added to a new detector resource.
svc$create_detector( Enable = TRUE|FALSE, ClientToken = "string", FindingPublishingFrequency = "FIFTEEN_MINUTES"|"ONE_HOUR"|"SIX_HOURS", Tags = list( "string" ) )