Interface AccessContextManagerServicePerimeterSpecIngressPoliciesIngressTo
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AccessContextManagerServicePerimeterSpecIngressPoliciesIngressTo.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.140Z") @Stability(Stable) public interface AccessContextManagerServicePerimeterSpecIngressPoliciesIngressTo extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAccessContextManagerServicePerimeterSpecIngressPoliciesIngressTo.Builderstatic classAccessContextManagerServicePerimeterSpecIngressPoliciesIngressTo.Jsii$ProxyAn implementation forAccessContextManagerServicePerimeterSpecIngressPoliciesIngressTo
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static AccessContextManagerServicePerimeterSpecIngressPoliciesIngressTo.Builderbuilder()default ObjectgetOperations()operations block.default List<String>getResources()A list of resources, currently only projects in the form 'projects/', protected by this 'ServicePerimeter' that are allowed to be accessed by sources defined in the corresponding 'IngressFrom'.
-
-
-
Method Detail
-
getOperations
@Stability(Stable) @Nullable default Object getOperations()
operations block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_service_perimeter#operations AccessContextManagerServicePerimeter#operations}
-
getResources
@Stability(Stable) @Nullable default List<String> getResources()
A list of resources, currently only projects in the form 'projects/', protected by this 'ServicePerimeter' that are allowed to be accessed by sources defined in the corresponding 'IngressFrom'. A request matches if it contains a resource in this list. If '*' is specified for resources, then this 'IngressTo' rule will authorize access to all resources inside the perimeter, provided that the request also matches the 'operations' field. 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}
-
builder
@Stability(Stable) static AccessContextManagerServicePerimeterSpecIngressPoliciesIngressTo.Builder builder()
-
-