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
{
"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",
"outpostArn": "example-string"
}
]
}
]
}
}