SecurityGroupRuleSchema
Index
Properties
Properties
CidrBlock
The IpV4 network range to allow or deny, in CIDR notation.
Egress
Indicates whether this is an egress rule (rule is applied to traffic leaving the security group).
FromPort
The start of the port range.
IpProtocol
The IP protocol name.
ToPort
The end of the port range.
Defines the schema for a security group rule. These values are mapped from the official EC2 authorize security group egress/ingress document. Please refer to the AWS documentation for more information.
Resources/SecurityGroup