Interface AccessContextManagerServicePerimeterEgressPolicyEgressTo
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AccessContextManagerServicePerimeterEgressPolicyEgressTo.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.193Z") @Stability(Stable) public interface AccessContextManagerServicePerimeterEgressPolicyEgressTo extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAccessContextManagerServicePerimeterEgressPolicyEgressTo.BuilderA builder forAccessContextManagerServicePerimeterEgressPolicyEgressTostatic classAccessContextManagerServicePerimeterEgressPolicyEgressTo.Jsii$ProxyAn implementation forAccessContextManagerServicePerimeterEgressPolicyEgressTo
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static AccessContextManagerServicePerimeterEgressPolicyEgressTo.Builderbuilder()default List<String>getExternalResources()A list of external resources that are allowed to be accessed.default ObjectgetOperations()operations block.default List<String>getResources()A list of resources, currently only projects in the form 'projects/', that match this to stanza.
-
-
-
Method Detail
-
getExternalResources
@Stability(Stable) @Nullable default List<String> getExternalResources()
A list of external resources that are allowed to be accessed.A request matches if it contains an external resource in this list (Example: s3://bucket/path). Currently '*' is not allowed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_service_perimeter_egress_policy#external_resources AccessContextManagerServicePerimeterEgressPolicy#external_resources}
-
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_egress_policy#operations AccessContextManagerServicePerimeterEgressPolicy#operations}
-
getResources
@Stability(Stable) @Nullable default List<String> getResources()
A list of resources, currently only projects in the form 'projects/', that match this to stanza. A request matches if it contains a resource in this list. If * is specified for resources, then this 'EgressTo' rule will authorize access to all resources outside the perimeter. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_service_perimeter_egress_policy#resources AccessContextManagerServicePerimeterEgressPolicy#resources}
-
builder
@Stability(Stable) static AccessContextManagerServicePerimeterEgressPolicyEgressTo.Builder builder()
-
-