Package com.hashicorp.cdktf.providers.google.access_context_manager_service_perimeter_ingress_policy
Interface AccessContextManagerServicePerimeterIngressPolicyIngressToOperationsMethodSelectors
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AccessContextManagerServicePerimeterIngressPolicyIngressToOperationsMethodSelectors.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.209Z") @Stability(Stable) public interface AccessContextManagerServicePerimeterIngressPolicyIngressToOperationsMethodSelectors extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAccessContextManagerServicePerimeterIngressPolicyIngressToOperationsMethodSelectors.Builderstatic classAccessContextManagerServicePerimeterIngressPolicyIngressToOperationsMethodSelectors.Jsii$ProxyAn implementation forAccessContextManagerServicePerimeterIngressPolicyIngressToOperationsMethodSelectors
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static AccessContextManagerServicePerimeterIngressPolicyIngressToOperationsMethodSelectors.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_perimeter_ingress_policy#method AccessContextManagerServicePerimeterIngressPolicy#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_perimeter_ingress_policy#permission AccessContextManagerServicePerimeterIngressPolicy#permission}
-
builder
@Stability(Stable) static AccessContextManagerServicePerimeterIngressPolicyIngressToOperationsMethodSelectors.Builder builder()
-
-