OBJECT

AwsExocomputeConfig

Description

AWS Exocompute configurations in an AWS account.

link GraphQL Schema definition

  • type AwsExocomputeConfig {
  • # Account details.
  • awsCloudAccount: AwsCloudAccount!
  • # AWS Exocompute get configurations response.
  • configs: [AwsExocomputeGetConfigResponse!]! @deprecated( reason: "Deprecated in favor of BYOK8s, use exocomputeConfigs instead." )
  • # AWS Exocompute get configurations response.
  • exocomputeConfigs: [AwsExocomputeGetConfigurationResponse!]!
  • # List of auth-server based regions (ISO/ISOB) for which Exocompute can be
  • # configured.
  • exocomputeEligibleAuthServerRegions: [AwsAuthServerBasedCloudAccountRegion!]!
  • # List of regions for which Exocompute can be configured.
  • exocomputeEligibleRegions: [AwsCloudAccountRegion!]!
  • # Feature details.
  • featureDetail: FeatureDetail!
  • # Cloud Accounts which are mapped to this Exocompute account.
  • mappedCloudAccountIds: [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.
  • mappedCloudAccounts: [CloudAccountDetails!]!
  • # AWS Exocompute configurations of the account to be used for Exocompute.
  • mappedExocomputeConfigs: [AwsExocomputeGetConfigurationResponse!]!
  • # Role chaining account details.
  • roleChainingAccount: AwsRoleChainingAccount
  • # SSL inspection certificates for the Exocompute.
  • sslInspectionCertificates: [CloudAccountsCertificateInfo!]!
  • }

link Require by