OBJECT
AWS accounts on which Threat Monitoring can be enabled.
type AwsAccountThreatAnalyticsEnablement {# AWS account name.accountName: String! # Indicates whether Data Threat Analytics is enabled.dataThreatAnalyticsEnabled: Boolean! # AWS account ID.id: String! # Indicates whether the AWS account is healthy.isHealthy: Boolean! # Indicates whether Threat Monitoring is enabled.threatMonitoringEnabled: Boolean! }