ec2_authorize_security_group_egress: Adds the specified outbound (egress) rules to a security...

View source: R/ec2_operations.R

ec2_authorize_security_group_egressR Documentation

Adds the specified outbound (egress) rules to a security group for use with a VPC

Description

Adds the specified outbound (egress) rules to a security group for use with a VPC.

See https://www.paws-r-sdk.com/docs/ec2_authorize_security_group_egress/ for full documentation.

Usage

ec2_authorize_security_group_egress(
  DryRun = NULL,
  GroupId,
  IpPermissions = NULL,
  TagSpecifications = NULL,
  CidrIp = NULL,
  FromPort = NULL,
  IpProtocol = NULL,
  ToPort = NULL,
  SourceSecurityGroupName = NULL,
  SourceSecurityGroupOwnerId = NULL
)

Arguments

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.

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.

TagSpecifications

The tags applied to the security group rule.

CidrIp

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

FromPort

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

IpProtocol

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

ToPort

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

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.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.