Describe Vpc Classic Link
ec2_describe_vpc_classic_link | R Documentation |
This action is deprecated¶
Description¶
This action is deprecated.
Describes the ClassicLink status of the specified VPCs.
Usage¶
ec2_describe_vpc_classic_link(DryRun, VpcIds, Filters)
Arguments¶
DryRun |
Checks whether you have the required permissions for the action,
without actually making the request, and provides an error response. If
you have the required permissions, the error response is
|
VpcIds |
The VPCs for which you want to describe the ClassicLink status. |
Filters |
The filters.
|
Value¶
A list with the following syntax:
list(
Vpcs = list(
list(
ClassicLinkEnabled = TRUE|FALSE,
Tags = list(
list(
Key = "string",
Value = "string"
)
),
VpcId = "string"
)
)
)
Request syntax¶
svc$describe_vpc_classic_link(
DryRun = TRUE|FALSE,
VpcIds = list(
"string"
),
Filters = list(
list(
Name = "string",
Values = list(
"string"
)
)
)
)