AWSConfigRecordingGroup
No description
type AWSConfigRecordingGroup {
allSupported: Boolean!
includeGlobalResourceTypes: Boolean!
resourceTypes: [String!]!
}
Fields
AWSConfigRecordingGroup.allSupported
● Boolean!
non-null scalar
Indicates whether Config records configuration changes for every supported type of regional resource
AWSConfigRecordingGroup.includeGlobalResourceTypes
● Boolean!
non-null scalar
Indicates whether Config includes all supported types of global resources (for example, IAM resources) with the resources that it records
AWSConfigRecordingGroup.resourceTypes
● [String!]!
non-null scalar
The types of Amazon Web Services resources for which Config records configuration changes
Member of
AWSConfigRecorder
object