aws_vpc_security_group | R Documentation |
Get a security group by ID
aws_vpc_security_group(id, ...)
id |
(character) The id of the security group. required |
... |
named parameters passed on to describe_security_groups |
(list) with fields:
SecurityGroups (list) each security group
Description
GroupName
IpPermissions
OwnerId
GroupId
IpPermissionsEgress
Tags
VpcId
NextToken (character) token for paginating
Other security groups:
aws_vpc_sec_group_rules_mod()
,
aws_vpc_security_group_create()
,
aws_vpc_security_group_ingress()
,
aws_vpc_security_groups()
,
aws_vpc_sg_with_ingress()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.