getVpc

suspend fun getVpc(argument: GetVpcPlainArgs): GetVpcResult

Specifies a virtual private cloud (VPC). To add an IPv6 CIDR block to the VPC, see AWS::EC2::VPCCidrBlock. 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