Module Values.RedshiftDestinationConfigurationSource

Describes the configuration of a destination in Amazon Redshift.

Sourcetype nonrec t = {
  1. roleARN : RoleARN.t;
    (*

    The Amazon Resource Name (ARN) of the Amazon Web Services credentials. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.

    *)
  2. clusterJDBCURL : ClusterJDBCURL.t;
    (*

    The database connection string.

    *)
  3. copyCommand : CopyCommand.t;
    (*

    The COPY command.

    *)
  4. username : Username.t option;
    (*

    The name of the user.

    *)
  5. password : Password.t option;
    (*

    The user password.

    *)
  6. retryOptions : RedshiftRetryOptions.t option;
    (*

    The retry behavior in case Firehose is unable to deliver documents to Amazon Redshift. Default value is 3600 (60 minutes).

    *)
  7. s3Configuration : S3DestinationConfiguration.t;
    (*

    The configuration for the intermediate Amazon S3 location from which Amazon Redshift obtains data. Restrictions are described in the topic for CreateDeliveryStream. The compression formats SNAPPY or ZIP cannot be specified in RedshiftDestinationConfiguration.S3Configuration because the Amazon Redshift COPY operation that reads from the S3 bucket doesn't support these compression formats.

    *)
  8. processingConfiguration : ProcessingConfiguration.t option;
    (*

    The data processing configuration.

    *)
  9. s3BackupMode : RedshiftS3BackupMode.t option;
    (*

    The Amazon S3 backup mode. After you create a Firehose stream, you can update it to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the Firehose stream to disable it.

    *)
  10. s3BackupConfiguration : S3DestinationConfiguration.t option;
    (*

    The configuration for backup in Amazon S3.

    *)
  11. cloudWatchLoggingOptions : CloudWatchLoggingOptions.t option;
    (*

    The CloudWatch logging options for your Firehose stream.

    *)
  12. secretsManagerConfiguration : SecretsManagerConfiguration.t option;
    (*

    The configuration that defines how you access secrets for Amazon Redshift.

    *)
}
Sourceval context_ : string
Sourceval make : ?username:??? -> ?password:??? -> ?retryOptions:??? -> ?processingConfiguration:??? -> ?s3BackupMode:??? -> ?s3BackupConfiguration:??? -> ?cloudWatchLoggingOptions:??? -> ?secretsManagerConfiguration:??? -> roleARN:RoleARN.t -> clusterJDBCURL:ClusterJDBCURL.t -> copyCommand:CopyCommand.t -> s3Configuration:S3DestinationConfiguration.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of RoleARN.t | `Structure of (string * [> `Boolean of BooleanObject.t | `Enum of string | `Integer of RedshiftRetryDurationInSeconds.t | `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of ProcessorParameterValue.t ]) list ] list ]) list ] list | `String of DataTableName.t | `Structure of (string * [> `Boolean of BooleanObject.t | `Enum of string | `Integer of SizeInMBs.t | `String of LogGroupName.t | `Structure of (string * [> `String of AWSKMSKeyARN.t ]) list ]) 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