Enumeration AccessScope

An enum representing different types of application access.

Enumeration Members

Enumeration Members

INTERNAL: "Internal"

For when you want to restrict your application's access to the VPC.

PUBLIC: "Public"

For when you want your application to be accessible to the world (0.0.0.0/0).

RESTRICTED: "Restricted"

For when you want to restrict your application's access to a list of CIDR ranges.

Generated using TypeDoc