AwsEc2SecurityGroupIpPermission

An IP permission for an EC2 security group.

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.

Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

[VPC only] The prefix list IDs for an Amazon Web Services service. With outbound rules, this is the Amazon Web Services service to access through a VPC endpoint from instances associated with the security group.

Link copied to clipboard
val toPort: Int?

The end of the port range for the TCP and UDP protocols, or an ICMP/ICMPv6 code.

Link copied to clipboard

The security group and Amazon Web Services account ID pairs.

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