Module Values.RedshiftCredentialConfigurationSource

The details of the credentials required to access an Amazon Redshift cluster.

Sourcetype nonrec t = {
  1. secretManagerArn : RedshiftCredentialConfigurationSecretManagerArnString.t;
    (*

    The ARN of a secret manager for an Amazon Redshift cluster.

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `String of RedshiftCredentialConfigurationSecretManagerArnString.t ]) 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