OBJECT
CloudAccountVpc
Description
AWS VPC information.
link GraphQL Schema definition
- type CloudAccountVpc {
- # CIDR block of the virtual private cloud (VPC).
- : CloudAccountAddressBlockV4
- # Rubrik ID of the virtual private cloud (VPC).
- : String!
- # Name of the virtual private cloud (VPC).
- : String!
- # Native ID of the virtual private cloud (VPC).
- : String!
- }