IpPermission

Describes the permissions for a security group rule.

Types

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

Properties

Link copied to clipboard

If the protocol is TCP or UDP, this is the start of the port range. If the protocol is ICMP or ICMPv6, this is the ICMP type or -1 (all ICMP types).

Link copied to clipboard

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

Link copied to clipboard

The IPv4 address ranges.

Link copied to clipboard

The IPv6 address ranges.

Link copied to clipboard

The prefix list IDs.

Link copied to clipboard
val toPort: Int?

If the protocol is TCP or UDP, this is the end of the port range. If the protocol is ICMP or ICMPv6, this is the ICMP code or -1 (all ICMP codes). If the start port is -1 (all ICMP types), then the end port must be -1 (all ICMP codes).

Link copied to clipboard

The security group and Amazon Web Services account ID pairs.

Functions

Link copied to clipboard
inline fun copy(block: IpPermission.Builder.() -> Unit = {}): IpPermission
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