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