OBJECT

PcrAwsImagePullDetails

Description

Details on how users can retrieve images from Rubrik's AWS container registry.

link GraphQL Schema definition

  • type PcrAwsImagePullDetails {
  • # AWS account ID of the account from which user will be pulling.
  • awsNativeId: String!
  • # EKS version corresponding to the latest approved bundle version. This indicates
  • # which EKS version should be used when launching the Exocompute cluster.
  • eksVersion: String!
  • }