Enumeration AccessScope

An enum representing different types of application access.

Enumeration Members

Enumeration Members

INTERNAL

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

PUBLIC

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

RESTRICTED

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