class Aws::FMS::Types::SecurityGroupRuleDescription

Describes a set of permissions for a security group rule.

@!attribute [rw] ipv4_range

The IPv4 ranges for the security group rule.
@return [String]

@!attribute [rw] ipv6_range

The IPv6 ranges for the security group rule.
@return [String]

@!attribute [rw] prefix_list_id

The ID of the prefix list for the security group rule.
@return [String]

@!attribute [rw] protocol

The IP protocol name (`tcp`, `udp`, `icmp`, `icmpv6`) or number.
@return [String]

@!attribute [rw] from_port

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.
@return [Integer]

@!attribute [rw] to_port

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.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/fms-2018-01-01/SecurityGroupRuleDescription AWS API Documentation

Constants

SENSITIVE