View source: R/vpc_security_groups.R
aws_vpc_sg_with_ingress | R Documentation |
Get a security group with one ingress rule based on the engine
aws_vpc_sg_with_ingress(engine)
engine |
(character) The engine to use. default: "mariadb". required. one of: mariadb, mysql, postgres, or redshift |
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()
(character) security group ID
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.