AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::ObservabilityAdmin::S3TableIntegration

CfnS3TableIntegration

Creates 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

import { CfnS3TableIntegration } from 'aws-cdk-lib/aws-observabilityadmin';

Or use the module namespace:

import * as observabilityadmin from 'aws-cdk-lib/aws-observabilityadmin';
// observabilityadmin.CfnS3TableIntegration

Properties

Configuration passed to the constructor as CfnS3TableIntegrationProps.

encryptionRequired
IResolvable | EncryptionConfigProperty

Defines the encryption configuration for S3 Table integrations, including the encryption algorithm and KMS key settings.

roleArnRequired
string

The Amazon Resource Name (ARN) of the IAM role that grants permissions for the S3 Table integration to access necessary resources.

logSourcesOptional
IResolvable | IResolvable | LogSourceProperty[]

A data source with an S3 Table integration for query access in the `logs` namespace.

tagsOptional
CfnTag[]

The key-value pairs to associate with the S3 Table integration resource for categorization and management purposes.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-observabilityadmin
CFN TypeAWS::ObservabilityAdmin::S3TableIntegration
Properties4

External Links