Class Cloudfunctions2FunctionServiceConfigSecretVolumes.Jsii$Proxy

    • Method Detail

      • getMountPath

        public final String getMountPath()
        Description copied from interface: Cloudfunctions2FunctionServiceConfigSecretVolumes
        The path within the container to mount the secret volume.

        For example, setting the mountPath 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 path: /etc/secrets Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#mount_path Cloudfunctions2Function#mount_path}

        Specified by:
        getMountPath in interface Cloudfunctions2FunctionServiceConfigSecretVolumes
      • getProjectId

        public final String getProjectId()
        Description copied from interface: Cloudfunctions2FunctionServiceConfigSecretVolumes
        Project identifier (preferrably project number but can also be the project ID) 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/cloudfunctions2_function#project_id Cloudfunctions2Function#project_id}

        Specified by:
        getProjectId in interface Cloudfunctions2FunctionServiceConfigSecretVolumes
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object