AWS::ObservabilityAdmin::S3TableIntegrationCreates 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.
import { CfnS3TableIntegration } from 'aws-cdk-lib/aws-observabilityadmin';Or use the module namespace:
import * as observabilityadmin from 'aws-cdk-lib/aws-observabilityadmin';
// observabilityadmin.CfnS3TableIntegrationConfiguration passed to the constructor as CfnS3TableIntegrationProps.
encryptionRequiredIResolvable | EncryptionConfigPropertyDefines the encryption configuration for S3 Table integrations, including the encryption algorithm and KMS key settings.
roleArnRequiredstringThe Amazon Resource Name (ARN) of the IAM role that grants permissions for the S3 Table integration to access necessary resources.
logSourcesOptionalIResolvable | IResolvable | LogSourceProperty[]A data source with an S3 Table integration for query access in the `logs` namespace.
tagsOptionalCfnTag[]The key-value pairs to associate with the S3 Table integration resource for categorization and management purposes.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-observabilityadminAWS::ObservabilityAdmin::S3TableIntegration