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.
- : AwsNativeProtectionFeature!
- # Time, in UTC date-time format, when the feature was last refreshed.
- : DateTime
- # Status of the feature at a given time. Some examples are added, deleted, and
- # refreshed.
- : AwsAccountStatus!
- }