ec2_associate_security_group_vpc {paws.compute} | R Documentation |
Associates a security group with another VPC in the same Region
Description
Associates a security group with another VPC in the same Region. This enables you to use the same security group with network interfaces and instances in the specified VPC.
See https://www.paws-r-sdk.com/docs/ec2_associate_security_group_vpc/ for full documentation.
Usage
ec2_associate_security_group_vpc(GroupId, VpcId, DryRun = NULL)
Arguments
GroupId |
[required] A security group ID. |
VpcId |
[required] A VPC ID. |
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 |
[Package paws.compute version 0.9.0 Index]