Module Values.RedshiftPropertiesOutputSource

The Amazon Redshift properties.

Sourcetype nonrec t = {
  1. storage : RedshiftStorageProperties.t option;
    (*

    The storage in the Amazon Redshift properties.

    *)
  2. credentials : RedshiftCredentials.t option;
    (*

    The Amazon Redshift credentials.

    *)
  3. isProvisionedSecret : Boolean.t option;
    (*

    Specifies whether Amaon Redshift properties has a provisioned secret.

    *)
  4. jdbcIamUrl : String_.t option;
    (*

    The jdbcIam URL of the Amazon Redshift properties.

    *)
  5. jdbcUrl : String_.t option;
    (*

    The jdbcURL of the Amazon Redshift properties.

    *)
  6. redshiftTempDir : String_.t option;
    (*

    The redshiftTempDir of the Amazon Redshift properties.

    *)
  7. lineageSync : RedshiftLineageSyncConfigurationOutput.t option;
    (*

    The lineage syn of the Amazon Redshift properties.

    *)
  8. status : ConnectionStatus.t option;
    (*

    The status in the Amazon Redshift properties.

    *)
  9. databaseName : String_.t option;
    (*

    The Amazon Redshift database name.

    *)
}
Sourceval make : ?storage:??? -> ?credentials:??? -> ?isProvisionedSecret:??? -> ?jdbcIamUrl:??? -> ?jdbcUrl:??? -> ?redshiftTempDir:??? -> ?lineageSync:??? -> ?status:??? -> ?databaseName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `String of String_.t | `Structure of (string * [> `Boolean of Boolean.t | `String of RedshiftStoragePropertiesClusterNameString.t | `Structure of (string * [> `String of Password.t ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t