Class AccessContextManagerServicePerimetersServicePerimetersSpecEgressPoliciesEgressTo.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.access_context_manager_service_perimeters.AccessContextManagerServicePerimetersServicePerimetersSpecEgressPoliciesEgressTo.Jsii$Proxy
-
- All Implemented Interfaces:
AccessContextManagerServicePerimetersServicePerimetersSpecEgressPoliciesEgressTo,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AccessContextManagerServicePerimetersServicePerimetersSpecEgressPoliciesEgressTo
@Stability(Stable) @Internal public static final class AccessContextManagerServicePerimetersServicePerimetersSpecEgressPoliciesEgressTo.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AccessContextManagerServicePerimetersServicePerimetersSpecEgressPoliciesEgressTo
An implementation forAccessContextManagerServicePerimetersServicePerimetersSpecEgressPoliciesEgressTo
-
-
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_perimeters.AccessContextManagerServicePerimetersServicePerimetersSpecEgressPoliciesEgressTo
AccessContextManagerServicePerimetersServicePerimetersSpecEgressPoliciesEgressTo.Builder, AccessContextManagerServicePerimetersServicePerimetersSpecEgressPoliciesEgressTo.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(AccessContextManagerServicePerimetersServicePerimetersSpecEgressPoliciesEgressTo.Builder builder)Constructor that initializes the object based on literal property values passed by theAccessContextManagerServicePerimetersServicePerimetersSpecEgressPoliciesEgressTo.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)List<String>getExternalResources()A list of external resources that are allowed to be accessed.ObjectgetOperations()operations block.List<String>getResources()A list of resources, currently only projects in the form 'projects/', that match this to stanza. 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(AccessContextManagerServicePerimetersServicePerimetersSpecEgressPoliciesEgressTo.Builder builder)
Constructor that initializes the object based on literal property values passed by theAccessContextManagerServicePerimetersServicePerimetersSpecEgressPoliciesEgressTo.Builder.
-
-
Method Detail
-
getExternalResources
public final List<String> getExternalResources()
Description copied from interface:AccessContextManagerServicePerimetersServicePerimetersSpecEgressPoliciesEgressToA list of external resources that are allowed to be accessed.A request matches if it contains an external resource in this list (Example: s3://bucket/path). Currently '*' is not allowed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_service_perimeters#external_resources AccessContextManagerServicePerimeters#external_resources}
- Specified by:
getExternalResourcesin interfaceAccessContextManagerServicePerimetersServicePerimetersSpecEgressPoliciesEgressTo
-
getOperations
public final Object getOperations()
Description copied from interface:AccessContextManagerServicePerimetersServicePerimetersSpecEgressPoliciesEgressTooperations block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_service_perimeters#operations AccessContextManagerServicePerimeters#operations}
- Specified by:
getOperationsin interfaceAccessContextManagerServicePerimetersServicePerimetersSpecEgressPoliciesEgressTo
-
getResources
public final List<String> getResources()
Description copied from interface:AccessContextManagerServicePerimetersServicePerimetersSpecEgressPoliciesEgressToA list of resources, currently only projects in the form 'projects/', that match this to stanza. A request matches if it contains a resource in this list. If * is specified for resources, then this 'EgressTo' rule will authorize access to all resources outside the perimeter. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_service_perimeters#resources AccessContextManagerServicePerimeters#resources}
- Specified by:
getResourcesin interfaceAccessContextManagerServicePerimetersServicePerimetersSpecEgressPoliciesEgressTo
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-