@guardian/cdk
    Preparing search index...

    Enumeration AccessScope

    An enum representing different types of application access.

    Index

    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.