Class CloudfunctionsFunctionSecretVolumes.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloudfunctions_function.CloudfunctionsFunctionSecretVolumes.Jsii$Proxy
-
- All Implemented Interfaces:
CloudfunctionsFunctionSecretVolumes,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CloudfunctionsFunctionSecretVolumes
@Stability(Stable) @Internal public static final class CloudfunctionsFunctionSecretVolumes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudfunctionsFunctionSecretVolumes
An implementation forCloudfunctionsFunctionSecretVolumes
-
-
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.cloudfunctions_function.CloudfunctionsFunctionSecretVolumes
CloudfunctionsFunctionSecretVolumes.Builder, CloudfunctionsFunctionSecretVolumes.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CloudfunctionsFunctionSecretVolumes.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudfunctionsFunctionSecretVolumes.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)StringgetMountPath()The path within the container to mount the secret volume.StringgetProjectId()Project identifier (due to a known limitation, only project number is supported by this field) of the project that contains the secret.StringgetSecret()ID of the secret in secret manager (not the full resource name).ObjectgetVersions()versions block.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(CloudfunctionsFunctionSecretVolumes.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudfunctionsFunctionSecretVolumes.Builder.
-
-
Method Detail
-
getMountPath
public final String getMountPath()
Description copied from interface:CloudfunctionsFunctionSecretVolumesThe path within the container to mount the secret volume.For example, setting the mount_path as "/etc/secrets" would mount the secret value files under the "/etc/secrets" directory. This directory will also be completely shadowed and unavailable to mount any other secrets. Recommended mount paths: "/etc/secrets" Restricted mount paths: "/cloudsql", "/dev/log", "/pod", "/proc", "/var/log". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions_function#mount_path CloudfunctionsFunction#mount_path}
- Specified by:
getMountPathin interfaceCloudfunctionsFunctionSecretVolumes
-
getSecret
public final String getSecret()
Description copied from interface:CloudfunctionsFunctionSecretVolumesID of the secret in secret manager (not the full resource name).Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions_function#secret CloudfunctionsFunction#secret}
- Specified by:
getSecretin interfaceCloudfunctionsFunctionSecretVolumes
-
getProjectId
public final String getProjectId()
Description copied from interface:CloudfunctionsFunctionSecretVolumesProject identifier (due to a known limitation, only project number is supported by this field) of the project that contains the secret.If not set, it will be populated with the function's project, assuming that the secret exists in the same project as of the function. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions_function#project_id CloudfunctionsFunction#project_id}
- Specified by:
getProjectIdin interfaceCloudfunctionsFunctionSecretVolumes
-
getVersions
public final Object getVersions()
Description copied from interface:CloudfunctionsFunctionSecretVolumesversions block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions_function#versions CloudfunctionsFunction#versions}
- Specified by:
getVersionsin interfaceCloudfunctionsFunctionSecretVolumes
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-