Interface AccessContextManagerServicePerimeterStatus
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AccessContextManagerServicePerimeterStatus.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.146Z") @Stability(Stable) public interface AccessContextManagerServicePerimeterStatus extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAccessContextManagerServicePerimeterStatus.BuilderA builder forAccessContextManagerServicePerimeterStatusstatic classAccessContextManagerServicePerimeterStatus.Jsii$ProxyAn implementation forAccessContextManagerServicePerimeterStatus
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static AccessContextManagerServicePerimeterStatus.Builderbuilder()default List<String>getAccessLevels()A list of AccessLevel resource names that allow resources within the ServicePerimeter to be accessed from the internet.default ObjectgetEgressPolicies()egress_policies block.default ObjectgetIngressPolicies()ingress_policies block.default List<String>getResources()A list of GCP resources that are inside of the service perimeter.default List<String>getRestrictedServices()GCP services that are subject to the Service Perimeter restrictions.default AccessContextManagerServicePerimeterStatusVpcAccessibleServicesgetVpcAccessibleServices()vpc_accessible_services block.
-
-
-
Method Detail
-
getAccessLevels
@Stability(Stable) @Nullable default List<String> getAccessLevels()
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}
-
getEgressPolicies
@Stability(Stable) @Nullable default Object getEgressPolicies()
egress_policies block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_service_perimeter#egress_policies AccessContextManagerServicePerimeter#egress_policies}
-
getIngressPolicies
@Stability(Stable) @Nullable default Object getIngressPolicies()
ingress_policies block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_service_perimeter#ingress_policies AccessContextManagerServicePerimeter#ingress_policies}
-
getResources
@Stability(Stable) @Nullable default List<String> getResources()
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}
-
getRestrictedServices
@Stability(Stable) @Nullable default List<String> getRestrictedServices()
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}
-
getVpcAccessibleServices
@Stability(Stable) @Nullable default AccessContextManagerServicePerimeterStatusVpcAccessibleServices getVpcAccessibleServices()
vpc_accessible_services block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_service_perimeter#vpc_accessible_services AccessContextManagerServicePerimeter#vpc_accessible_services}
-
builder
@Stability(Stable) static AccessContextManagerServicePerimeterStatus.Builder builder()
-
-