Class AccessContextManagerServicePerimeterSpecEgressPoliciesEgressToOperationsMethodSelectors.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.access_context_manager_service_perimeter.AccessContextManagerServicePerimeterSpecEgressPoliciesEgressToOperationsMethodSelectors.Jsii$Proxy
-
- All Implemented Interfaces:
AccessContextManagerServicePerimeterSpecEgressPoliciesEgressToOperationsMethodSelectors,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AccessContextManagerServicePerimeterSpecEgressPoliciesEgressToOperationsMethodSelectors
@Stability(Stable) @Internal public static final class AccessContextManagerServicePerimeterSpecEgressPoliciesEgressToOperationsMethodSelectors.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AccessContextManagerServicePerimeterSpecEgressPoliciesEgressToOperationsMethodSelectors
An implementation forAccessContextManagerServicePerimeterSpecEgressPoliciesEgressToOperationsMethodSelectors
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.access_context_manager_service_perimeter.AccessContextManagerServicePerimeterSpecEgressPoliciesEgressToOperationsMethodSelectors
AccessContextManagerServicePerimeterSpecEgressPoliciesEgressToOperationsMethodSelectors.Builder, AccessContextManagerServicePerimeterSpecEgressPoliciesEgressToOperationsMethodSelectors.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(AccessContextManagerServicePerimeterSpecEgressPoliciesEgressToOperationsMethodSelectors.Builder builder)Constructor that initializes the object based on literal property values passed by theAccessContextManagerServicePerimeterSpecEgressPoliciesEgressToOperationsMethodSelectors.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetMethod()Value for 'method' should be a valid method name for the corresponding 'serviceName' in 'ApiOperation'.StringgetPermission()Value for permission should be a valid Cloud IAM permission for the corresponding 'serviceName' in 'ApiOperation'.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(AccessContextManagerServicePerimeterSpecEgressPoliciesEgressToOperationsMethodSelectors.Builder builder)
Constructor that initializes the object based on literal property values passed by theAccessContextManagerServicePerimeterSpecEgressPoliciesEgressToOperationsMethodSelectors.Builder.
-
-
Method Detail
-
getMethod
public final String getMethod()
Description copied from interface:AccessContextManagerServicePerimeterSpecEgressPoliciesEgressToOperationsMethodSelectorsValue 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}
- Specified by:
getMethodin interfaceAccessContextManagerServicePerimeterSpecEgressPoliciesEgressToOperationsMethodSelectors
-
getPermission
public final String getPermission()
Description copied from interface:AccessContextManagerServicePerimeterSpecEgressPoliciesEgressToOperationsMethodSelectorsValue 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}
- Specified by:
getPermissionin interfaceAccessContextManagerServicePerimeterSpecEgressPoliciesEgressToOperationsMethodSelectors
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-