allVpcsFromAws List of all Virtual Private Clouds (VPCs) in the AWS Native account. Arguments Argument Type Description awsAccountRubrikId UUID Rubrik ID for AWS account. Returns [AwsVpc!]! Sample QueryVariablesExample Response query { allVpcsFromAws { id name } } {} { "data": { "allVpcsFromAws": [ { "id": "example-string", "name": "example-string", "securityGroups": [ { "id": "example-string", "name": "example-string" } ], "subnets": [ { "availabilityZone": "example-string", "id": "example-string", "name": "example-string" } ] } ] } }