aws_vpc {sixtyfour} | R 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
[Package sixtyfour version 0.2.0 Index]