AWSConfigRecorder
No description
type AWSConfigRecorder {
metadata: ResourceMetadata!
name: String!
recordingGroup: AWSConfigRecordingGroup!
role: AWSIAMRole!
status: AWSConfigRecorderStatus
}
Fields
AWSConfigRecorder.metadata
● ResourceMetadata!
non-null object
The metadata to identify this resource in Shisho Cloud
AWSConfigRecorder.name
● String!
non-null scalar
The name of the recorder
AWSConfigRecorder.recordingGroup
● AWSConfigRecordingGroup!
non-null object
the types of Amazon Web Services resources for which Config records configuration changes
AWSConfigRecorder.role
● AWSIAMRole!
non-null object
The IAM role used to describe the Amazon Web Services resources associated with the account
AWSConfigRecorder.status
● AWSConfigRecorderStatus
object
The current status of the recorder
Member of
AWSConfig
object