paws.security.identity (version 0.1.0)

guardduty_create_detector: Creates a single Amazon GuardDuty detector

Description

Creates a single Amazon GuardDuty detector. A detector is an object that represents the GuardDuty service. A detector must be created in order for GuardDuty to become operational.

Usage

guardduty_create_detector(ClientToken, Enable,
  FindingPublishingFrequency)

Arguments

ClientToken

The idempotency token for the create request.

Enable

[required] A boolean value that specifies whether the detector is to be enabled.

FindingPublishingFrequency

A enum value that specifies how frequently customer got Finding updates published.

Request syntax

svc$create_detector(
  ClientToken = "string",
  Enable = TRUE|FALSE,
  FindingPublishingFrequency = "FIFTEEN_MINUTES"|"ONE_HOUR"|"SIX_HOURS"
)