Removes the specified outbound (egress) rules from the specified security group.
See https://www.paws-r-sdk.com/docs/ec2_revoke_security_group_egress/ for full documentation.
ec2_revoke_security_group_egress(
DryRun = NULL,
GroupId,
IpPermissions = NULL,
SecurityGroupRuleIds = NULL,
CidrIp = NULL,
FromPort = NULL,
IpProtocol = NULL,
ToPort = NULL,
SourceSecurityGroupName = NULL,
SourceSecurityGroupOwnerId = NULL
)
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.
The sets of IP permissions. You can't specify a destination security group and a CIDR IP address range in the same set of permissions.
The IDs of the security group rules.
Not supported. Use a set of IP permissions to specify the CIDR.
Not supported. Use a set of IP permissions to specify the port.
Not supported. Use a set of IP permissions to specify the protocol name or number.
Not supported. Use a set of IP permissions to specify the port.
Not supported. Use a set of IP permissions to specify a destination security group.
Not supported. Use a set of IP permissions to specify a destination security group.