Amazon Virtual Private Cloud (VPC)
aws.vpc MQL resource for querying AWS infrastructure with cnquery and cnspec.
AWSPrivate Resource
Amazon Virtual Private Cloud (VPC)
Min version: 5.15.0Defaults:
id isDefault cidrBlock regionRelationships
15 resources · 34 relationships·Click to select, expand fields to see properties.
Fields (24)
| Field | Type | Description |
|---|---|---|
arnrequired | string | ARN of the VPC |
cidrBlockrequired | string | IPv4 CIDR block of the VPC |
endpointprivate | aws.vpc.endpoint | Amazon Virtual Private Cloud (VPC) endpoint |
endpoints | []aws.vpc.endpoint | List of endpoints for the VPC |
flowlogprivate | aws.vpc.flowlog | Amazon Virtual Private Cloud (VPC) flow log |
flowLogs | []aws.vpc.flowlog | List of flow logs for the VPC |
idrequired | string | ID of the VPC |
instanceTenancyrequired | string | How instance hardware tenancy settings are enforced on instances launched in this VPC |
internetGatewayBlockModerequired | string | Internet gateway blocking mode: block-bidirectional, block-ingress, or off |
isDefaultrequired | int | Whether the VPC is the default VPC |
namerequired | string | Name of the VPC |
natgatewayprivate | aws.vpc.natgateway | Amazon VPC NAT Gateway |
natGateways | []aws.vpc.natgateway | NAT gateways |
peeringConnectionprivate | aws.vpc.peeringConnection | Amazon VPC Peering Connection |
peeringConnections | []aws.vpc.peeringConnection | List of peering connections associated with the VPC |
regionrequired | string | Region in which the VPC exists |
routetableprivate | aws.vpc.routetable | Amazon Virtual Private Cloud (VPC) route table |
routeTables | []aws.vpc.routetable | List of route tables for the VPC |
serviceEndpointprivate | aws.vpc.serviceEndpoint | Amazon VPC Service Endpoint |
serviceEndpoints | []aws.vpc.serviceEndpoint | List of service endpoints associated with the VPC |
staterequired | string | State of the VPC: pending or available |
subnetprivate | aws.vpc.subnet | Amazon Virtual Private Cloud (VPC) subnet |
subnets | []aws.vpc.subnet | List of subnets for the VPC |
tagsrequired | map[string]string | Tags on the VPC |