aws_vpc_sg_with_ingress {sixtyfour} | R Documentation |
Get a security group with one ingress rule based on the engine
Description
Get a security group with one ingress rule based on the engine
Usage
aws_vpc_sg_with_ingress(engine)
Arguments
engine |
(character) The engine to use. default: "mariadb". required. one of: mariadb, mysql, postgres, or redshift |
Details
Adds an ingress rule specific to the engine
supplied (port
changes based on the engine), and your IP address. To create your own
security group and ingress rules see aws_vpc_security_group_create()
and aws_vpc_security_group_ingress()
Value
(character) security group ID
See Also
Other security groups:
aws_vpc_sec_group_rules_mod()
,
aws_vpc_security_group()
,
aws_vpc_security_group_create()
,
aws_vpc_security_group_ingress()
,
aws_vpc_security_groups()
[Package sixtyfour version 0.2.0 Index]