Interface PublicAccess

For when you want your application to be accessible to the world (0.0.0.0/0). Your application load balancer will have a public IP address that can be reached by anyone, so only use if you are aware and happy with the consequences!

Example usage:

{ scope: AccessScope.PUBLIC }
interface PublicAccess {
    scope: PUBLIC;
}

Hierarchy (view full)

Properties

Properties

scope: PUBLIC