Builder

class Builder

Properties

Link copied to clipboard

The IPv4 CIDR range.

Link copied to clipboard

The IPv6 CIDR range.

Link copied to clipboard

The security group rule description.

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 type number. A value of -1 indicates all ICMP/ICMPv6 types. If you specify all ICMP/ICMPv6 types, you must specify all ICMP/ICMPv6 codes.

Link copied to clipboard

The ID of the security group.

Link copied to clipboard

The ID of the Amazon Web Services account that owns the security group.

Link copied to clipboard

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

Link copied to clipboard

Indicates whether the security group rule is an outbound rule.

Link copied to clipboard

The ID of the prefix list.

Link copied to clipboard

Describes the security group that is referenced in the rule.

Link copied to clipboard

The ID of the security group rule.

Link copied to clipboard
var tags: List<Tag>?

The tags applied to the security group rule.

Link copied to clipboard
var 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 type number. A value of -1 indicates all ICMP/ICMPv6 codes. If you specify all ICMP/ICMPv6 types, you must specify all ICMP/ICMPv6 codes.