Interface CloudRunV2JobTemplateTemplateVolumesSecretItems

    • Method Detail

      • getPath

        @Stability(Stable)
        @NotNull
        String getPath()
        The relative path of the secret in the container.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_job#path CloudRunV2Job#path}

      • getVersion

        @Stability(Stable)
        @NotNull
        String getVersion()
        The Cloud Secret Manager secret version.

        Can be 'latest' for the latest value or an integer for a specific version Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_job#version CloudRunV2Job#version}

      • getMode

        @Stability(Stable)
        @Nullable
        default Number getMode()
        Integer octal mode bits to use on this file, must be a value between 01 and 0777 (octal).

        If 0 or not set, the Volume's default mode will be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_job#mode CloudRunV2Job#mode}