INPUT_OBJECT
AwsVmConfig
Description
Configuration for creating AWS instances.
link GraphQL Schema definition
- input AwsVmConfig {
- #   AWS marketplace product ID.
- : String
- #   Rubrik CDM version to determine image.
- : String
- #   ID of the virtual machine image to deploy.
- : String
- #   Instance profile to attach to image.
- : String
- #   AWS instance type.
- : AwsInstanceType
- #   Network configuration for CDM nodes.
- : [AwsVmNetworkConfig!]
- #   Node disk size in GB.
- : Int
- #   Placement Group name.
- : String
- #   List of security groups to assign to instances.
- : [String!]
- #   AWS subnet in which instance is created.
- : String
- #   Tags to attach to created resources.
- : String
- #   Create dense or standard nodes.
- : VmType
- }