OBJECT

AwsNativeAccountEnabledFeature

Description

Details of a feature enabled in AWS Native Account.

link GraphQL Schema definition

  • type AwsNativeAccountEnabledFeature {
  • # Name of the feature enabled for the AWS Account.
  • featureName: AwsNativeProtectionFeature!
  • # Time, in UTC date-time format, when the feature was last refreshed.
  • lastRefreshedAt: DateTime
  • # Status of the feature at a given time. Some examples are added, deleted, and
  • # refreshed.
  • status: AwsAccountStatus!
  • }