Class AccessContextManagerServicePerimeterSpec.Jsii$Proxy

    • Method Detail

      • getAccessLevels

        public final List<String> getAccessLevels()
        Description copied from interface: AccessContextManagerServicePerimeterSpec
        A list of AccessLevel resource names that allow resources within the ServicePerimeter to be accessed from the internet.

        AccessLevels listed must be in the same policy as this ServicePerimeter. Referencing a nonexistent AccessLevel is a syntax error. If no AccessLevel names are listed, resources within the perimeter can only be accessed via GCP calls with request origins within the perimeter. For Service Perimeter Bridge, must be empty. Format: accessPolicies/{policy_id}/accessLevels/{access_level_name} Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_service_perimeter#access_levels AccessContextManagerServicePerimeter#access_levels}

        Specified by:
        getAccessLevels in interface AccessContextManagerServicePerimeterSpec
      • getResources

        public final List<String> getResources()
        Description copied from interface: AccessContextManagerServicePerimeterSpec
        A list of GCP resources that are inside of the service perimeter. Currently only projects are allowed. Format: projects/{project_number}.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_service_perimeter#resources AccessContextManagerServicePerimeter#resources}

        Specified by:
        getResources in interface AccessContextManagerServicePerimeterSpec
      • getRestrictedServices

        public final List<String> getRestrictedServices()
        Description copied from interface: AccessContextManagerServicePerimeterSpec
        GCP services that are subject to the Service Perimeter restrictions.

        Must contain a list of services. For example, if 'storage.googleapis.com' is specified, access to the storage buckets inside the perimeter must meet the perimeter's access restrictions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_service_perimeter#restricted_services AccessContextManagerServicePerimeter#restricted_services}

        Specified by:
        getRestrictedServices in interface AccessContextManagerServicePerimeterSpec
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object