Interface CloudRunV2ServiceTemplateVolumesSecretItems

    • 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_service#path CloudRunV2Service#path}

      • 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_service#mode CloudRunV2Service#mode}

      • getVersion

        @Stability(Stable)
        @Nullable
        default 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_service#version CloudRunV2Service#version}