Class AccessContextManagerServicePerimeterSpecIngressPoliciesIngressTo.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.access_context_manager_service_perimeter.AccessContextManagerServicePerimeterSpecIngressPoliciesIngressTo.Jsii$Proxy
-
- All Implemented Interfaces:
AccessContextManagerServicePerimeterSpecIngressPoliciesIngressTo,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AccessContextManagerServicePerimeterSpecIngressPoliciesIngressTo
@Stability(Stable) @Internal public static final class AccessContextManagerServicePerimeterSpecIngressPoliciesIngressTo.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AccessContextManagerServicePerimeterSpecIngressPoliciesIngressTo
An implementation forAccessContextManagerServicePerimeterSpecIngressPoliciesIngressTo
-
-
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.AccessContextManagerServicePerimeterSpecIngressPoliciesIngressTo
AccessContextManagerServicePerimeterSpecIngressPoliciesIngressTo.Builder, AccessContextManagerServicePerimeterSpecIngressPoliciesIngressTo.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(AccessContextManagerServicePerimeterSpecIngressPoliciesIngressTo.Builder builder)Constructor that initializes the object based on literal property values passed by theAccessContextManagerServicePerimeterSpecIngressPoliciesIngressTo.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)ObjectgetOperations()operations block.List<String>getResources()A list of resources, currently only projects in the form 'projects/', protected by this 'ServicePerimeter' that are allowed to be accessed by sources defined in the corresponding 'IngressFrom'. 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(AccessContextManagerServicePerimeterSpecIngressPoliciesIngressTo.Builder builder)
Constructor that initializes the object based on literal property values passed by theAccessContextManagerServicePerimeterSpecIngressPoliciesIngressTo.Builder.
-
-
Method Detail
-
getOperations
public final Object getOperations()
Description copied from interface:AccessContextManagerServicePerimeterSpecIngressPoliciesIngressTooperations block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_service_perimeter#operations AccessContextManagerServicePerimeter#operations}
- Specified by:
getOperationsin interfaceAccessContextManagerServicePerimeterSpecIngressPoliciesIngressTo
-
getResources
public final List<String> getResources()
Description copied from interface:AccessContextManagerServicePerimeterSpecIngressPoliciesIngressToA list of resources, currently only projects in the form 'projects/', protected by this 'ServicePerimeter' that are allowed to be accessed by sources defined in the corresponding 'IngressFrom'. A request matches if it contains a resource in this list. If '*' is specified for resources, then this 'IngressTo' rule will authorize access to all resources inside the perimeter, provided that the request also matches the 'operations' field. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_service_perimeter#resources AccessContextManagerServicePerimeter#resources}
- Specified by:
getResourcesin interfaceAccessContextManagerServicePerimeterSpecIngressPoliciesIngressTo
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-