Package com.hashicorp.cdktf.providers.google.access_context_manager_service_perimeter_dry_run_ingress_policy
Class AccessContextManagerServicePerimeterDryRunIngressPolicyIngressToOperations.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.access_context_manager_service_perimeter_dry_run_ingress_policy.AccessContextManagerServicePerimeterDryRunIngressPolicyIngressToOperations.Jsii$Proxy
-
- All Implemented Interfaces:
AccessContextManagerServicePerimeterDryRunIngressPolicyIngressToOperations,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AccessContextManagerServicePerimeterDryRunIngressPolicyIngressToOperations
@Stability(Stable) @Internal public static final class AccessContextManagerServicePerimeterDryRunIngressPolicyIngressToOperations.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AccessContextManagerServicePerimeterDryRunIngressPolicyIngressToOperations
An implementation forAccessContextManagerServicePerimeterDryRunIngressPolicyIngressToOperations
-
-
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_dry_run_ingress_policy.AccessContextManagerServicePerimeterDryRunIngressPolicyIngressToOperations
AccessContextManagerServicePerimeterDryRunIngressPolicyIngressToOperations.Builder, AccessContextManagerServicePerimeterDryRunIngressPolicyIngressToOperations.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(AccessContextManagerServicePerimeterDryRunIngressPolicyIngressToOperations.Builder builder)Constructor that initializes the object based on literal property values passed by theAccessContextManagerServicePerimeterDryRunIngressPolicyIngressToOperations.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)ObjectgetMethodSelectors()method_selectors block.StringgetServiceName()The name of the API whose methods or permissions the 'IngressPolicy' or 'EgressPolicy' want to allow.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(AccessContextManagerServicePerimeterDryRunIngressPolicyIngressToOperations.Builder builder)
Constructor that initializes the object based on literal property values passed by theAccessContextManagerServicePerimeterDryRunIngressPolicyIngressToOperations.Builder.
-
-
Method Detail
-
getMethodSelectors
public final Object getMethodSelectors()
Description copied from interface:AccessContextManagerServicePerimeterDryRunIngressPolicyIngressToOperationsmethod_selectors block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_service_perimeter_dry_run_ingress_policy#method_selectors AccessContextManagerServicePerimeterDryRunIngressPolicy#method_selectors}
- Specified by:
getMethodSelectorsin interfaceAccessContextManagerServicePerimeterDryRunIngressPolicyIngressToOperations
-
getServiceName
public final String getServiceName()
Description copied from interface:AccessContextManagerServicePerimeterDryRunIngressPolicyIngressToOperationsThe 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_dry_run_ingress_policy#service_name AccessContextManagerServicePerimeterDryRunIngressPolicy#service_name}
- Specified by:
getServiceNamein interfaceAccessContextManagerServicePerimeterDryRunIngressPolicyIngressToOperations
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-