aws::security-group

Query security group.

Example

security-group: $(external-query aws::security-group { group-name: ''})

Attributes

Attribute Description
description The description of the security group.
egress-cidr An IPv4 CIDR block for an outbound security group rule.
egress-from-port The start of port range for the TCP and UDP protocols for an outbound rule, or an ICMP type number.
egress-group-id The ID of a security group that has been referenced in an outbound security group rule.
egress-group-name The name of a security group that has been referenced in an outbound security group rule.
egress-ipv6-cidr An IPv6 CIDR block for an outbound security group rule.
egress-prefix-list-id The ID (prefix) of the AWS service to which a security group rule allows outbound access.
egress-protocol The IP protocol for an outbound security group rule . Valid values are `` tcp `` or `` udp `` or `` icmp or a protocol number``.
egress-to-port The end of port range for the TCP and UDP protocols for an outbound rule, or an ICMP code.
egress-user-id The ID of an AWS account that has been referenced in an outbound security group rule.
group-id The ID of the security group.
group-name The name of the security group.
ingress-cidr An IPv4 CIDR block for an inbound security group rule.
ingress-from-port The start of port range for the TCP and UDP protocols for an outbound rule, or an ICMP type number.
ingress-group-id The ID of a security group that has been referenced in an inbound security group rule.
ingress-group-name The name of a security group that has been referenced in an inbound security group rule.
ingress-ipv6-cidr An IPv6 CIDR block for an inbound security group rule.
ingress-prefix-list-id The ID (prefix) of the AWS service from which a security group rule allows inbound access.
ingress-protocol The IP protocol for an inbound security group rule . Valid values are tcp or udp or icmp or a protocol number.
ingress-to-port The end of port range for the TCP and UDP protocols for an outbound rule, or an ICMP code.
ingress-user-id The ID of an AWS account that has been referenced in an inbound security group rule.
owner-id The AWS account ID of the owner of the security group.
tag map The key/value combination of a tag assigned to the resource.
tag-key The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.
vpc-id The ID of the VPC specified when the security group was created.