AwsEc2SecurityGroupIpPermission class

An IP permission for an EC2 security group.

Properties

fromPort int?
The start of the port range for the TCP and UDP protocols, or an ICMP/ICMPv6 type number.
final
hashCode int
The hash code for this object.
no setterinherited
ipProtocol String?
The IP protocol name (tcp, udp, icmp, icmpv6) or number.
final
ipRanges List<AwsEc2SecurityGroupIpRange>?
The IPv4 ranges.
final
ipv6Ranges List<AwsEc2SecurityGroupIpv6Range>?
The IPv6 ranges.
final
prefixListIds List<AwsEc2SecurityGroupPrefixListId>?
VPC only The prefix list IDs for an AWS service. With outbound rules, this is the AWS service to access through a VPC endpoint from instances associated with the security group.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toPort int?
The end of the port range for the TCP and UDP protocols, or an ICMP/ICMPv6 code.
final
userIdGroupPairs List<AwsEc2SecurityGroupUserIdGroupPair>?
The security group and AWS account ID pairs.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited