Retrieves an Amazon GuardDuty detector specified by the detectorId.
guardduty_get_detector(DetectorId)
A list with the following syntax:
list(
CreatedAt = "string",
FindingPublishingFrequency = "FIFTEEN_MINUTES"|"ONE_HOUR"|"SIX_HOURS",
ServiceRole = "string",
Status = "ENABLED"|"DISABLED",
UpdatedAt = "string",
DataSources = list(
CloudTrail = list(
Status = "ENABLED"|"DISABLED"
),
DNSLogs = list(
Status = "ENABLED"|"DISABLED"
),
FlowLogs = list(
Status = "ENABLED"|"DISABLED"
),
S3Logs = list(
Status = "ENABLED"|"DISABLED"
)
),
Tags = list(
"string"
)
)
[required] The unique ID of the detector that you want to get.
svc$get_detector(
DetectorId = "string"
)