Interface DatastreamStreamSourceConfig

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

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

      • getSourceConnectionProfile

        @Stability(Stable)
        @NotNull
        String getSourceConnectionProfile()
        Source connection profile resource. Format: projects/{project}/locations/{location}/connectionProfiles/{name}.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#source_connection_profile DatastreamStream#source_connection_profile}

      • getMysqlSourceConfig

        @Stability(Stable)
        @Nullable
        default DatastreamStreamSourceConfigMysqlSourceConfig getMysqlSourceConfig()
        mysql_source_config block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#mysql_source_config DatastreamStream#mysql_source_config}

      • getOracleSourceConfig

        @Stability(Stable)
        @Nullable
        default DatastreamStreamSourceConfigOracleSourceConfig getOracleSourceConfig()
        oracle_source_config block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#oracle_source_config DatastreamStream#oracle_source_config}

      • getPostgresqlSourceConfig

        @Stability(Stable)
        @Nullable
        default DatastreamStreamSourceConfigPostgresqlSourceConfig getPostgresqlSourceConfig()
        postgresql_source_config block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#postgresql_source_config DatastreamStream#postgresql_source_config}

      • getSqlServerSourceConfig

        @Stability(Stable)
        @Nullable
        default DatastreamStreamSourceConfigSqlServerSourceConfig getSqlServerSourceConfig()
        sql_server_source_config block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#sql_server_source_config DatastreamStream#sql_server_source_config}