OBJECT

AwsCdmVersion

Description

Rubrik CDM image version information from the AWS marketplace.

link GraphQL Schema definition

  • type AwsCdmVersion {
  • # Image ID.
  • imageId: String!
  • # Image version.
  • version: String!
  • # Image tag array with each element in key=value format.
  • tags: [AwsCdmVersionTag!]!
  • # Product codes of the AWS image.
  • productCodes: [String!]!
  • # Indicates whether the Rubrik CDM version is the latest for the product code.
  • isLatest: Boolean!
  • # Supported AWS instance types for this Rubrik CDM version.
  • supportedInstanceTypes: [AwsInstanceType!]!
  • }

link Require by