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