AWSSecurityGroupRule
No description
type AWSSecurityGroupRule {
cidrIpv4: String!
cidrIpv6: String!
description: String!
fromPort: Int!
groupId: String!
groupOwnerId: String!
ipProtocol: String!
isEgress: Boolean!
prefixListId: String!
referencedGroupInfo: AWSSecurityGroupRuleReferencedSecurityGroup!
id: String!
tags: [AWSTag!]!
toPort: Int!
}
Fields
AWSSecurityGroupRule.cidrIpv4
● String!
non-null scalar
The IPv4 CIDR range
AWSSecurityGroupRule.cidrIpv6
● String!
non-null scalar
The IPv6 CIDR range
AWSSecurityGroupRule.description
● String!
non-null scalar
A description for the security group rule that references this IPv4 address range
AWSSecurityGroupRule.fromPort
● Int!
non-null scalar
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
AWSSecurityGroupRule.groupId
● String!
non-null scalar
The ID of the security group
AWSSecurityGroupRule.groupOwnerId
● String!
non-null scalar
The ID of the Amazon Web Services account that owns the security group
AWSSecurityGroupRule.ipProtocol
● String!
non-null scalar
The IP protocol name (tcp, udp, icmp, icmpv6) or number (see Protocol Numbers (http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml))
AWSSecurityGroupRule.isEgress
● Boolean!
non-null scalar
Indicates whether the security group rule is an outbound rule
AWSSecurityGroupRule.prefixListId
● String!
non-null scalar
The ID of the prefix list
AWSSecurityGroupRule.referencedGroupInfo
● AWSSecurityGroupRuleReferencedSecurityGroup!
non-null object
The ID of the security group
AWSSecurityGroupRule.id
● String!
non-null scalar
The ID of the security group rule
AWSSecurityGroupRule.tags
● [AWSTag!]!
non-null object
The tags applied to the security group rule
AWSSecurityGroupRule.toPort
● Int!
non-null scalar
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
Member of
AWSVPCSecurityGroup
object