Interface CloudRunV2ServiceTemplateVolumes

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

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

      • getName

        @Stability(Stable)
        @NotNull
        String getName()
        Volume's name.

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

      • getCloudSqlInstance

        @Stability(Stable)
        @Nullable
        default CloudRunV2ServiceTemplateVolumesCloudSqlInstance getCloudSqlInstance()
        cloud_sql_instance block.

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

      • getGcs

        @Stability(Stable)
        @Nullable
        default CloudRunV2ServiceTemplateVolumesGcs getGcs()
        gcs block.

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

      • getNfs

        @Stability(Stable)
        @Nullable
        default CloudRunV2ServiceTemplateVolumesNfs getNfs()
        nfs block.

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

      • getSecret

        @Stability(Stable)
        @Nullable
        default CloudRunV2ServiceTemplateVolumesSecret getSecret()
        secret block.

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