OBJECT
AwsFeatureConfig
Description
AWS feature configurations in an AWS account.
link GraphQL Schema definition
- type AwsFeatureConfig {
- # Account details.
- : AwsCloudAccount!
- # AWS Exocompute Configurations.
- : [AwsExocomputeGetConfigResponse!]! @deprecated( reason: "Deprecated in favor of BYOK8s, use exocomputeConfigurations instead." )
- # AWS Exocompute Configurations.
- : [AwsExocomputeGetConfigurationResponse!]!
- # Feature detail.
- : FeatureDetail!
- # Account details of the mapped Exocompute account.
- : CloudAccountDetails
- # Role chaining account details.
- : AwsRoleChainingAccount
- }