aws_vpc: Get a VPC by id

View source: R/vpcs.R

aws_vpcR Documentation

Get a VPC by id

Description

Get a VPC by id

Usage

aws_vpc(id, ...)

Arguments

id

(character) The id of the VPC. required

...

parameters passed on to describe_vpcs

Value

(list) with fields:

  • Vpcs (list) each VPC group

  • NextToken (character) token for paginating

Each element of Vpcs is a list with slots:

  • CidrBlock

  • DhcpOptionsId

  • State

  • VpcId

  • OwnerId

  • InstanceTenancy

  • Ipv6CidrBlockAssociationSet

  • CidrBlockAssociationSet

  • IsDefault

  • Tags


sixtyfour documentation built on April 3, 2025, 8:22 p.m.