SecurityGroupRuleDescription

Describes a set of permissions for a security group rule.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The start of the port range for the TCP and UDP protocols, or an ICMP/ICMPv6 type number. A value of -1 indicates all ICMP/ICMPv6 types.

Link copied to clipboard

The IPv4 ranges for the security group rule.

Link copied to clipboard

The IPv6 ranges for the security group rule.

Link copied to clipboard

The ID of the prefix list for the security group rule.

Link copied to clipboard

The IP protocol name (tcp, udp, icmp, icmpv6) or number.

Link copied to clipboard
val toPort: Long?

The end of the port range for the TCP and UDP protocols, or an ICMP/ICMPv6 code. A value of -1 indicates all ICMP/ICMPv6 codes.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String