Interface AccessContextManagerServicePerimeterSpecEgressPoliciesEgressToOperations
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AccessContextManagerServicePerimeterSpecEgressPoliciesEgressToOperations.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.134Z") @Stability(Stable) public interface AccessContextManagerServicePerimeterSpecEgressPoliciesEgressToOperations extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAccessContextManagerServicePerimeterSpecEgressPoliciesEgressToOperations.Builderstatic classAccessContextManagerServicePerimeterSpecEgressPoliciesEgressToOperations.Jsii$ProxyAn implementation forAccessContextManagerServicePerimeterSpecEgressPoliciesEgressToOperations
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static AccessContextManagerServicePerimeterSpecEgressPoliciesEgressToOperations.Builderbuilder()default ObjectgetMethodSelectors()method_selectors block.default StringgetServiceName()The name of the API whose methods or permissions the 'IngressPolicy' or 'EgressPolicy' want to allow.
-
-
-
Method Detail
-
getMethodSelectors
@Stability(Stable) @Nullable default Object getMethodSelectors()
method_selectors block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_service_perimeter#method_selectors AccessContextManagerServicePerimeter#method_selectors}
-
getServiceName
@Stability(Stable) @Nullable default String getServiceName()
The name of the API whose methods or permissions the 'IngressPolicy' or 'EgressPolicy' want to allow.A single 'ApiOperation' with serviceName field set to '*' will allow all methods AND permissions for all services. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_service_perimeter#service_name AccessContextManagerServicePerimeter#service_name}
-
builder
@Stability(Stable) static AccessContextManagerServicePerimeterSpecEgressPoliciesEgressToOperations.Builder builder()
-
-