Module Values.RedshiftServerlessConfigurationSource

Contains configurations for authentication to Amazon Redshift Serverless.

Sourcetype nonrec t = {
  1. workgroupArn : WorkgroupArn.t;
    (*

    The ARN of the Amazon Redshift workgroup.

    *)
  2. authConfiguration : RedshiftServerlessAuthConfiguration.t;
    (*

    Specifies configurations for authentication to an Amazon Redshift provisioned data warehouse.

    *)
}
Sourceval context_ : string
Sourceval make : workgroupArn:WorkgroupArn.t -> authConfiguration:RedshiftServerlessAuthConfiguration.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of WorkgroupArn.t | `Structure of (string * [> `Enum of string | `String of SecretArn.t ]) 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