Interface AccessContextManagerServicePerimetersServicePerimetersStatusEgressPoliciesEgressToOperationsMethodSelectors
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AccessContextManagerServicePerimetersServicePerimetersStatusEgressPoliciesEgressToOperationsMethodSelectors.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.249Z") @Stability(Stable) public interface AccessContextManagerServicePerimetersServicePerimetersStatusEgressPoliciesEgressToOperationsMethodSelectors extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAccessContextManagerServicePerimetersServicePerimetersStatusEgressPoliciesEgressToOperationsMethodSelectors.Builderstatic classAccessContextManagerServicePerimetersServicePerimetersStatusEgressPoliciesEgressToOperationsMethodSelectors.Jsii$Proxy
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static AccessContextManagerServicePerimetersServicePerimetersStatusEgressPoliciesEgressToOperationsMethodSelectors.Builderbuilder()default StringgetMethod()Value for 'method' should be a valid method name for the corresponding 'serviceName' in 'ApiOperation'.default StringgetPermission()Value for permission should be a valid Cloud IAM permission for the corresponding 'serviceName' in 'ApiOperation'.
-
-
-
Method Detail
-
getMethod
@Stability(Stable) @Nullable default String getMethod()
Value for 'method' should be a valid method name for the corresponding 'serviceName' in 'ApiOperation'.If '*' used as value for method, then ALL methods and permissions are allowed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_service_perimeters#method AccessContextManagerServicePerimeters#method}
-
getPermission
@Stability(Stable) @Nullable default String getPermission()
Value for permission should be a valid Cloud IAM permission for the corresponding 'serviceName' in 'ApiOperation'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_service_perimeters#permission AccessContextManagerServicePerimeters#permission}
-
builder
@Stability(Stable) static AccessContextManagerServicePerimetersServicePerimetersStatusEgressPoliciesEgressToOperationsMethodSelectors.Builder builder()
-
-