View source: R/ec2_operations.R
ec2_authorize_security_group_egress | R Documentation |
Adds the specified outbound (egress) rules to a security group.
See https://www.paws-r-sdk.com/docs/ec2_authorize_security_group_egress/ for full documentation.
ec2_authorize_security_group_egress(
DryRun = NULL,
GroupId,
IpPermissions = NULL,
TagSpecifications = NULL,
CidrIp = NULL,
FromPort = NULL,
IpProtocol = NULL,
ToPort = NULL,
SourceSecurityGroupName = NULL,
SourceSecurityGroupOwnerId = NULL
)
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 |
GroupId |
[required] The ID of the security group. |
IpPermissions |
The permissions for the security group rules. |
TagSpecifications |
The tags applied to the security group rule. |
CidrIp |
Not supported. Use IP permissions instead. |
FromPort |
Not supported. Use IP permissions instead. |
IpProtocol |
Not supported. Use IP permissions instead. |
ToPort |
Not supported. Use IP permissions instead. |
SourceSecurityGroupName |
Not supported. Use IP permissions instead. |
SourceSecurityGroupOwnerId |
Not supported. Use IP permissions instead. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.