Values.CreateS3TableIntegrationInputSourceCreates an integration between CloudWatch and S3 Tables for analytics. This integration enables querying CloudWatch telemetry data using analytics engines like Amazon Athena, Amazon Redshift, and Apache Spark.
type nonrec t = {encryption : Encryption.t;The encryption configuration for the S3 Table integration, including the encryption algorithm and KMS key settings.
*)roleArn : ResourceArn.t;The Amazon Resource Name (ARN) of the IAM role that grants permissions for the S3 Table integration to access necessary resources.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ResourceArn.t
| `Structure of
(string * [> `Enum of string | `String of ResourceArn.t ]) list ])
list ]