AWSGuardDutyDetector
No description
type AWSGuardDutyDetector {
metadata: ResourceMetadata!
region: AWSRegion!
id: String!
serviceRole: String!
status: AWSGuardDutyDetectorStatusType!
createdAt: DateTime
features: [AWSGuardDutyDetectorFeature!]!
findingPublishingFrequency: AWSGuardDutyFindingPublishingFrequencyType!
tags: [AWSTag!]!
updatedAt: DateTime
}
Fields
AWSGuardDutyDetector.metadata ● ResourceMetadata! non-null object
The metadata to identify this resource in Shisho Cloud
AWSGuardDutyDetector.region ● AWSRegion! non-null scalar
The region the detector is in
AWSGuardDutyDetector.id ● String! non-null scalar
The GuardDuty ID
AWSGuardDutyDetector.serviceRole ● String! non-null scalar
The GuardDuty service role
AWSGuardDutyDetector.status ● AWSGuardDutyDetectorStatusType! non-null enum
The detector status
AWSGuardDutyDetector.createdAt ● DateTime scalar
The timestamp of when the detector was created
AWSGuardDutyDetector.features ● [AWSGuardDutyDetectorFeature!]! non-null object
Describes the features that have been enabled for the detector
AWSGuardDutyDetector.findingPublishingFrequency ● AWSGuardDutyFindingPublishingFrequencyType! non-null enum
The publishing frequency of the finding
AWSGuardDutyDetector.tags ● [AWSTag!]! non-null object
The tags of the detector resource
AWSGuardDutyDetector.updatedAt ● DateTime scalar
The last-updated timestamp for the detector
Member of
AWSGuardDuty object