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(
TagSpecifications = NULL,
DryRun = NULL,
GroupId,
SourceSecurityGroupName = NULL,
SourceSecurityGroupOwnerId = NULL,
IpProtocol = NULL,
FromPort = NULL,
ToPort = NULL,
CidrIp = NULL,
IpPermissions = NULL
)
The tags applied to the security group rule.
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 DryRunOperation
.
Otherwise, it is UnauthorizedOperation
.
[required] The ID of the security group.
Not supported. Use IP permissions instead.
Not supported. Use IP permissions instead.
Not supported. Use IP permissions instead.
Not supported. Use IP permissions instead.
Not supported. Use IP permissions instead.
Not supported. Use IP permissions instead.
The permissions for the security group rules.