security_group_tags
Expands all tag keys and values for security_groups
in a region
Overview
Name | security_group_tags |
Type | Resource |
Description | Resource Type definition for AWS::EC2::SecurityGroup |
Id | aws.ec2.security_group_tags |
Fields
Name | Datatype | Description |
---|---|---|
group_description | string | A description for the security group. |
group_name | string | The name of the security group. |
vpc_id | string | The ID of the VPC for the security group. |
id | string | The group name or group ID depending on whether the SG is created in default or specific VPC |
security_group_ingress | array | The inbound rules associated with the security group. There is a short interruption during which you cannot connect to the security group. |
security_group_egress | array | [VPC only] The outbound rules associated with the security group. There is a short interruption during which you cannot connect to the security group. |
group_id | string | The group ID of the specified security group. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all security_groups
in a region.
SELECT
region,
group_description,
group_name,
vpc_id,
id,
security_group_ingress,
security_group_egress,
group_id,
tag_key,
tag_value
FROM aws.ec2.security_group_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the security_group_tags
resource, see security_groups