aws_vpc_sg_with_ingress: Get a security group with one ingress rule based on the...

View source: R/vpc_security_groups.R

aws_vpc_sg_with_ingressR 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()


sixtyfour documentation built on April 3, 2025, 8:22 p.m.