Interface DatastreamConnectionProfileGcsProfile

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

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

      • getBucket

        @Stability(Stable)
        @NotNull
        String getBucket()
        The Cloud Storage bucket name.

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

      • getRootPath

        @Stability(Stable)
        @Nullable
        default String getRootPath()
        The root path inside the Cloud Storage bucket.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#root_path DatastreamConnectionProfile#root_path}