Interface AccessContextManagerServicePerimeterStatusIngressPoliciesIngressToOperationsMethodSelectors
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AccessContextManagerServicePerimeterStatusIngressPoliciesIngressToOperationsMethodSelectors.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.157Z") @Stability(Stable) public interface AccessContextManagerServicePerimeterStatusIngressPoliciesIngressToOperationsMethodSelectors extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAccessContextManagerServicePerimeterStatusIngressPoliciesIngressToOperationsMethodSelectors.Builderstatic classAccessContextManagerServicePerimeterStatusIngressPoliciesIngressToOperationsMethodSelectors.Jsii$Proxy
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static AccessContextManagerServicePerimeterStatusIngressPoliciesIngressToOperationsMethodSelectors.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#method AccessContextManagerServicePerimeter#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#permission AccessContextManagerServicePerimeter#permission}
-
builder
@Stability(Stable) static AccessContextManagerServicePerimeterStatusIngressPoliciesIngressToOperationsMethodSelectors.Builder builder()
-
-