Data Source schema for AWS::EC2::SecurityGroup
id
(String) Uniquely identifies the resource.group_description
(String) A description for the security group.group_id
(String) The group ID of the specified security group.group_name
(String) The name of the security group.security_group_egress
(Attributes List) [VPC only] The outbound rules associated with the security group. There is a short interruption during which you cannot connect to the security group. (see below for nested schema)security_group_id
(String) The group name or group ID depending on whether the SG is created in default or specific VPCsecurity_group_ingress
(Attributes List) The inbound rules associated with the security group. There is a short interruption during which you cannot connect to the security group. (see below for nested schema)tags
(Attributes List) Any tags assigned to the security group. (see below for nested schema)vpc_id
(String) The ID of the VPC for the security group.security_group_egress
Read-Only:
cidr_ip
(String)cidr_ipv_6
(String)description
(String)destination_prefix_list_id
(String)destination_security_group_id
(String)from_port
(Number)ip_protocol
(String)to_port
(Number)security_group_ingress
Read-Only:
cidr_ip
(String)cidr_ipv_6
(String)description
(String)from_port
(Number)ip_protocol
(String)source_prefix_list_id
(String)source_security_group_id
(String)source_security_group_name
(String)source_security_group_owner_id
(String)to_port
(Number)tags
Read-Only:
key
(String)value
(String)