Module Values.BasicAuthConfigurationSource

Information about the basic authentication credentials used to configure a plugin.

Sourcetype nonrec t = {
  1. secretArn : SecretArn.t;
    (*

    The ARN of the Secrets Manager secret that stores the basic authentication credentials used for plugin configuration..

    *)
  2. roleArn : RoleArn.t;
    (*

    The ARN of an IAM role used by Amazon Q Business to access the basic authentication credentials stored in a Secrets Manager secret.

    *)
}
Sourceval context_ : string
Sourceval make : secretArn:SecretArn.t -> roleArn:RoleArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of SecretArn.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