Values.RestoreTableFromClusterSnapshotMessageSourcetype nonrec t = {clusterIdentifier : String_.t;The identifier of the Amazon Redshift cluster to restore the table to.
*)snapshotIdentifier : String_.t;The identifier of the snapshot to restore the table from. This snapshot must have been created from the Amazon Redshift cluster specified by the ClusterIdentifier parameter.
*)sourceDatabaseName : String_.t;The name of the source database that contains the table to restore from.
*)sourceSchemaName : String_.t option;The name of the source schema that contains the table to restore from. If you do not specify a SourceSchemaName value, the default is public.
*)sourceTableName : String_.t;The name of the source table to restore from.
*)targetDatabaseName : String_.t option;The name of the database to restore the table to.
*)targetSchemaName : String_.t option;The name of the schema to restore the table to.
*)newTableName : String_.t;The name of the table to create as a result of the current request.
*)enableCaseSensitiveIdentifier : BooleanOptional.t option;Indicates whether name identifiers for database, schema, and table are case sensitive. If true, the names are case sensitive. If false (default), the names are not case sensitive.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of BooleanOptional.t | `String of String_.t ])
list ]