Interface CloudRunV2JobTemplateTemplateVolumesSecret

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    CloudRunV2JobTemplateTemplateVolumesSecret.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:17.979Z")
    @Stability(Stable)
    public interface CloudRunV2JobTemplateTemplateVolumesSecret
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getSecret

        @Stability(Stable)
        @NotNull
        String getSecret()
        The name of the secret in Cloud Secret Manager.

        Format: {secret} if the secret is in the same project. projects/{project}/secrets/{secret} if the secret is in a different project. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_job#secret CloudRunV2Job#secret}

      • getDefaultMode

        @Stability(Stable)
        @Nullable
        default Number getDefaultMode()
        Integer representation of mode bits to use on created files by default.

        Must be a value between 0000 and 0777 (octal), defaulting to 0444. Directories within the path are not affected by this setting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_job#default_mode CloudRunV2Job#default_mode}

      • getItems

        @Stability(Stable)
        @Nullable
        default Object getItems()
        items block.

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