This page is not yet available in Spanish. We are working on its translation.
If you have any questions or feedback about our current translation project,
feel free to reach out to us!aws_security_group_rule
account_id
Type: STRING
cidr_ipv4
Type: STRING
Provider name: CidrIpv4
Description: The IPv4 CIDR range.
cidr_ipv6
Type: STRING
Provider name: CidrIpv6
Description: The IPv6 CIDR range.
description
Type: STRING
Provider name: Description
Description: The security group rule description.
from_port
Type: INT32
Provider name: FromPort
Description: 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 ICMP type or -1 (all ICMP types).
group_id
Type: STRING
Provider name: GroupId
Description: The ID of the security group.
group_owner_id
Type: STRING
Provider name: GroupOwnerId
Description: The ID of the Amazon Web Services account that owns the security group.
ip_protocol
Type: STRING
Provider name: IpProtocol
Description: The IP protocol name (tcp
, udp
, icmp
, icmpv6
) or number (see Protocol Numbers). Use -1
to specify all protocols.
is_egress
Type: BOOLEAN
Provider name: IsEgress
Description: Indicates whether the security group rule is an outbound rule.
prefix_list_id
Type: STRING
Provider name: PrefixListId
Description: The ID of the prefix list.
referenced_group_info
Type: STRUCT
Provider name: ReferencedGroupInfo
Description: Describes the security group that is referenced in the rule.
group_id
Type: STRING
Provider name: GroupId
Description: The ID of the security group.
peering_status
Type: STRING
Provider name: PeeringStatus
Description: The status of a VPC peering connection, if applicable.
user_id
Type: STRING
Provider name: UserId
Description: The Amazon Web Services account ID.
vpc_id
Type: STRING
Provider name: VpcId
Description: The ID of the VPC.
vpc_peering_connection_id
Type: STRING
Provider name: VpcPeeringConnectionId
Description: The ID of the VPC peering connection (if applicable).
security_group_rule_arn
Type: STRING
security_group_rule_id
Type: STRING
Provider name: SecurityGroupRuleId
Description: The ID of the security group rule.
Type: UNORDERED_LIST_STRING
to_port
Type: INT32
Provider name: ToPort
Description: 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 ICMP code or -1 (all ICMP codes). If the start port is -1 (all ICMP types), then the end port must be -1 (all ICMP codes).