OBJECT
AwsExocomputeConfig
Description
AWS Exocompute configurations in an AWS account.
link GraphQL Schema definition
- type AwsExocomputeConfig {
- # Account details.
- : AwsCloudAccount!
- # AWS Exocompute get configurations response.
- : [AwsExocomputeGetConfigResponse!]! @deprecated( reason: "Deprecated in favor of BYOK8s, use exocomputeConfigs instead." )
- # AWS Exocompute get configurations response.
- : [AwsExocomputeGetConfigurationResponse!]!
- # List of regions for which Exocompute can be configured.
- : [AwsCloudAccountRegion!]!
- # Feature details.
- : FeatureDetail!
- # Cloud Accounts which are mapped to this Exocompute account.
- : [UUID!]! @deprecated( reason: "Use mappedCloudAccounts instead, cloud account IDs of mapped accounts are contained in mappedCloudAccounts." )
- # Details of cloud accounts which are mapped to this Exocompute account.
- : [CloudAccountDetails!]!
- # AWS Exocompute configurations of the account to be used for Exocompute.
- : [AwsExocomputeGetConfigurationResponse!]!
- # Role chaining account details.
- : AwsRoleChainingAccount
- }