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