OBJECT
AwsCdmVersion
Description
Rubrik CDM image version information from the AWS marketplace.
link GraphQL Schema definition
- type AwsCdmVersion {
- # Image ID.
- : String!
- # Indicates whether the Rubrik CDM version is the latest for the product code.
- : Boolean!
- # Product codes of the AWS image.
- : [String!]!
- # Supported AWS instance types for this Rubrik CDM version.
- : [AwsInstanceType!]!
- # Image tag array with each element in key=value format.
- : [AwsCdmVersionTag!]!
- # Image version.
- : String!
- }