getVpc

suspend fun getVpc(argument: GetVpcPlainArgs): GetVpcResult

Specifies a virtual private cloud (VPC). You can optionally request an IPv6 CIDR block for the VPC. You can request an Amazon-provided IPv6 CIDR block from Amazon's pool of IPv6 addresses, or an IPv6 CIDR block from an IPv6 address pool that you provisioned through bring your own IP addresses (BYOIP). For more information, see Virtual private clouds (VPC) in the Amazon VPC User Guide.

Return

null

Parameters

argument

null


suspend fun getVpc(vpcId: String): GetVpcResult

Return

null

Parameters

vpcId

The ID of the VPC.

See also


suspend fun getVpc(argument: suspend GetVpcPlainArgsBuilder.() -> Unit): GetVpcResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.ec2.kotlin.inputs.GetVpcPlainArgs.

See also