Values.GetS3TableIntegrationOutputSourceRetrieves information about a specific S3 Table integration, including its configuration, status, and metadata.
type nonrec t = {arn : ResourceArn.t option;The Amazon Resource Name (ARN) of the S3 Table integration.
*)roleArn : ResourceArn.t option;The Amazon Resource Name (ARN) of the IAM role used by the S3 Table integration.
*)status : IntegrationStatus.t option;The current status of the S3 Table integration.
*)encryption : Encryption.t option;The encryption configuration for the S3 Table integration.
*)destinationTableBucketArn : ResourceArn.t option;The Amazon Resource Name (ARN) of the S3 bucket used as the destination for the table data.
*)createdTimeStamp : Long.t option;The timestamp when the S3 Table integration was created.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `TooManyRequestsException of TooManyRequestsException.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
| `TooManyRequestsException of TooManyRequestsException.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
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of Long.t
| `String of ResourceArn.t
| `Structure of
(string * [> `Enum of string | `String of ResourceArn.t ]) list ])
list ]