Values_1.DataSourceSourceThe structure of a data source.
type nonrec t = {arn : Values_0.Arn.t option;The Amazon Resource Name (ARN) of the data source.
*)dataSourceId : ResourceId.t option;The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
*)name : ResourceName.t option;A display name for the data source.
*)type_ : DataSourceType.t option;The type of the data source. This type indicates which database engine the data source connects to.
*)status : Values_0.ResourceStatus.t option;The HTTP status of the request.
*)createdTime : Values_0.Timestamp.t option;The time that this data source was created.
*)lastUpdatedTime : Values_0.Timestamp.t option;The last time that this data source was updated.
*)dataSourceParameters : DataSourceParameters.t option;The parameters that Quick Sight uses to connect to your underlying source. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.
*)alternateDataSourceParameters : DataSourceParametersList.t option;A set of alternate data source parameters that you want to share for the credentials stored with this data source. The credentials are applied in tandem with the data source parameters when you copy a data source by using a create or update request. The API operation compares the DataSourceParameters structure that's in the request with the structures in the AlternateDataSourceParameters allow list. If the structures are an exact match, the request is allowed to use the credentials from this existing data source. If the AlternateDataSourceParameters list is null, the Credentials originally used with this DataSourceParameters are automatically allowed.
*)vpcConnectionProperties : VpcConnectionProperties.t option;The VPC connection information. You need to use this parameter only when you want Quick Sight to use a VPC connection when connecting to your underlying source.
*)sslProperties : SslProperties.t option;Secure Socket Layer (SSL) properties that apply when Quick Sight connects to your underlying source.
*)errorInfo : DataSourceErrorInfo.t option;Error information from the last update or the creation of the data source.
*)secretArn : SecretArn.t option;The Amazon Resource Name (ARN) of the secret associated with the data source in Amazon Secrets Manager.
*)}val make :
?arn:??? ->
?dataSourceId:??? ->
?name:??? ->
?type_:??? ->
?status:??? ->
?createdTime:??? ->
?lastUpdatedTime:??? ->
?dataSourceParameters:??? ->
?alternateDataSourceParameters:??? ->
?vpcConnectionProperties:??? ->
?sslProperties:??? ->
?errorInfo:??? ->
?secretArn:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Enum of string
| `Integer of Port.t
| `String of string
| `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `List of
[> `String of DatabaseGroup.t ] list
| `String of Values_0.RoleArn.t
| `Structure of
(string * [> `String of Values_0.Arn.t ])
list ])
list ])
list ])
list ]
list
| `String of Values_0.Arn.t
| `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Enum of string
| `String of Values_0.Arn.t
| `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Enum of string
| `Integer of Port.t
| `String of string
| `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `List of [> `String of DatabaseGroup.t ] list
| `String of Values_0.RoleArn.t
| `Structure of
(string * [> `String of Values_0.Arn.t ]) list ])
list ])
list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]