aws_vpc_security_group_ingress | R Documentation |
Authorize Security Group Ingress
aws_vpc_security_group_ingress(id, ip_permissions = NULL, ...)
id |
(character) security group id. required |
ip_permissions |
(list) list of persmissions. see link to |
... |
named parameters passed on to authorize_security_group_ingress |
list with slots:
Return (boolean)
SecurityGroupRules (list)
SecurityGroupRuleId
GroupId
GroupOwnerId
IsEgress
IpProtocol
FromPort
ToPort
CidrIpv4
CidrIpv6
PrefixListId
ReferencedGroupInfo
Description
Tags
Other security groups:
aws_vpc_sec_group_rules_mod()
,
aws_vpc_security_group()
,
aws_vpc_security_group_create()
,
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.