OBJECT
AwsCloudAccountWithFeatures
Description
Aws cloud accounts features.
link GraphQL Schema definition
- type AwsCloudAccountWithFeatures {
- # AWS account details.
- : AwsCloudAccount
- # Role customizations for the AWS account.
- : AwsRoleCustomizationResponseType
- # Feature details for the cloud account.
- : [FeatureDetail!]!
- # Role chaining details for the AWS account.
- : AwsRoleChainingAccount
- }