ec2_revoke_security_group_egress: Removes the specified outbound (egress) rules from the...

View source: R/ec2_operations.R

ec2_revoke_security_group_egressR Documentation

Removes the specified outbound (egress) rules from the specified security group

Description

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.

Usage

ec2_revoke_security_group_egress(
  SecurityGroupRuleIds = NULL,
  DryRun = NULL,
  GroupId,
  SourceSecurityGroupName = NULL,
  SourceSecurityGroupOwnerId = NULL,
  IpProtocol = NULL,
  FromPort = NULL,
  ToPort = NULL,
  CidrIp = NULL,
  IpPermissions = NULL
)

Arguments

SecurityGroupRuleIds

The IDs of the security group rules.

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

GroupId

[required] The ID of the security group.

SourceSecurityGroupName

Not supported. Use a set of IP permissions to specify a destination security group.

SourceSecurityGroupOwnerId

Not supported. Use a set of IP permissions to specify a destination security group.

IpProtocol

Not supported. Use a set of IP permissions to specify the protocol name or number.

FromPort

Not supported. Use a set of IP permissions to specify the port.

ToPort

Not supported. Use a set of IP permissions to specify the port.

CidrIp

Not supported. Use a set of IP permissions to specify the CIDR.

IpPermissions

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.


paws.compute documentation built on April 4, 2025, 5:47 a.m.