Values.GetDataExportConfigurationOutputSourceGets data export configuration details.
type nonrec t = {isExportEnabled : Boolean.t option;Specifies whether the export is enabled.
*)status : ConfigurationStatus.t option;The status of the data export configuration.
*)encryptionConfiguration : EncryptionConfiguration.t option;The encryption configuration as part of the data export configuration details.
*)s3TableBucketArn : String_.t option;The Amazon S3 table bucket ARN as part of the data export configuration details.
*)createdAt : CreatedAt.t option;The timestamp at which the data export configuration report was created.
*)updatedAt : UpdatedAt.t option;The timestamp at which the data export configuration report was updated.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]