get Vpc
aws.ec2.Vpc
provides details about a specific VPC. This resource can prove useful when a module accepts a vpc id as an input variable and needs to, for example, determine the CIDR block of that VPC.
Return
A collection of values returned by getVpc.
Parameters
A collection of arguments for invoking getVpc.
Return
A collection of values returned by getVpc.
Parameters
Cidr block of the desired VPC.
Boolean constraint on whether the desired VPC is the default VPC for the region.
DHCP options id of the desired VPC.
Custom filter block as described below.
ID of the specific VPC to retrieve.
Current state of the desired VPC. Can be either "pending"
or "available"
.
Map of tags, each pair of which must exactly match a pair on the desired VPC. More complex filters can be expressed using one or more filter
sub-blocks, which take the following arguments:
See also
Return
A collection of values returned by getVpc.
Parameters
Builder for com.pulumi.aws.ec2.kotlin.inputs.GetVpcPlainArgs.