Authorize Security Group Ingress
Arguments
- id
(character) security group id. required
- ip_permissions
(list) list of persmissions. see link to
paws
docs below or useip_permissions_generator()
to generate the list for this parameter- ...
named parameters passed on to authorize_security_group_ingress
Value
list with slots:
Return (boolean)
SecurityGroupRules (list)
SecurityGroupRuleId
GroupId
GroupOwnerId
IsEgress
IpProtocol
FromPort
ToPort
CidrIpv4
CidrIpv6
PrefixListId
ReferencedGroupInfo
Description
Tags
See also
Other security groups:
aws_vpc_sec_group_rules()
,
aws_vpc_security_group()
,
aws_vpc_security_group_create()
,
aws_vpc_security_groups()
,
aws_vpc_sg_with_ingress()