Interface CloudRunV2ServiceTemplateVolumesGcs

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

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

      • getBucket

        @Stability(Stable)
        @NotNull
        String getBucket()
        GCS Bucket name.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#bucket CloudRunV2Service#bucket}

      • getReadOnly

        @Stability(Stable)
        @Nullable
        default Object getReadOnly()
        If true, mount the GCS bucket as read-only.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#read_only CloudRunV2Service#read_only}