Adds one or more outbound rules to a security group. This action gives one or more CIDR IP address ranges (or, security groups, called the source groups) permission to access a security group in your account.
IpPermissions.n.FromPort — The start of port range for the TCP and UDP protocols, or an ICMP code. The value of -1 indicates all ICMP types.
Type: Integer
IpPermissions.n.ToPort — The end of port range for the TCP and UDP protocols, or an ICMP code. The value of -1 indicates all ICMP codes for the specified ICMP type.
Type: Integer
IpPermissions.n.Groups.n.UserId — The ID of the account.
Type: String
Required: Yes
Constraints: Can’t be used with IpPermissions.n.IpRanges.n.CidrIp and IpPermissions.n.Ipv6Ranges.n.CidrIpv6
IpPermissions.n.Groups.n.GroupId — The ID of the security group.
Type: String
Required: No
Constraints: Can’t be used with IpPermissions.n.IpRanges.n.CidrIp and IpPermissions.n.Ipv6Ranges.n.CidrIpv6
IpPermissions.n.Groups.n.Description — The description of the security group rule.
Type: String
Required: No
IpPermissions.n.IpRanges.n.CidrIp — The IPv4 address in CIDR notation.
Type: String
Required: No
Constraints: Can’t be used with IpPermissions.n.Groups and IpPermissions.n.Ipv6Ranges.n.CidrIpv6
IpPermissions.n.IpRanges.n.Description — The description of the security group rule.
Type: String
Required: No
IpPermissions.n.Ipv6Ranges.n.CidrIpv6 — The IPv6 address in CIDR notation.
Type: String
Required: No
Constraints: Can’t be used with IpPermissions.n.Groups and IpPermissions.n.IpRanges.n.CidrIp
IpPermissions.n.Ipv6Ranges.n.Description — The description of the security group rule.