Class CfnS3TableIntegration
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.observabilityadmin.CfnS3TableIntegration
- All Implemented Interfaces:
IInspectable,IEnvironmentAware,IS3TableIntegrationRef,ITaggableV2,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.125.0 (build fdbe357)",
date="2026-01-23T11:19:50.687Z")
@Stability(Stable)
public class CfnS3TableIntegration
extends CfnResource
implements IInspectable, IS3TableIntegrationRef, ITaggableV2
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.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.observabilityadmin.*;
CfnS3TableIntegration cfnS3TableIntegration = CfnS3TableIntegration.Builder.create(this, "MyCfnS3TableIntegration")
.encryption(EncryptionConfigProperty.builder()
.sseAlgorithm("sseAlgorithm")
// the properties below are optional
.kmsKeyArn("kmsKeyArn")
.build())
.roleArn("roleArn")
// the properties below are optional
.logSources(List.of(LogSourceProperty.builder()
.name("name")
.type("type")
// the properties below are optional
.identifier("identifier")
.build()))
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnS3TableIntegration.static interfaceDefines the encryption configuration for S3 Table integrations, including the encryption algorithm and KMS key settings.static interfaceA data source with an S3 Table integration for query access in thelogsnamespace.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.observabilityadmin.IS3TableIntegrationRef
IS3TableIntegrationRef.Jsii$Default, IS3TableIntegrationRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnS3TableIntegration(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnS3TableIntegration(software.amazon.jsii.JsiiObjectRef objRef) CfnS3TableIntegration(software.constructs.Construct scope, String id, CfnS3TableIntegrationProps props) Create a newAWS::ObservabilityAdmin::S3TableIntegration. -
Method Summary
Modifier and TypeMethodDescriptionstatic StringThe Amazon Resource Name (ARN) of the S3 Table integration.Tag Manager which manages the tags for this resource.Defines the encryption configuration for S3 Table integrations, including the encryption algorithm and KMS key settings.A data source with an S3 Table integration for query access in thelogsnamespace.The Amazon Resource Name (ARN) of the IAM role that grants permissions for the S3 Table integration to access necessary resources.A reference to a S3TableIntegration resource.getTags()The key-value pairs to associate with the S3 Table integration resource for categorization and management purposes.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.static BooleanChecks whether the given object is a CfnS3TableIntegration.renderProperties(Map<String, Object> props) voidsetEncryption(IResolvable value) Defines the encryption configuration for S3 Table integrations, including the encryption algorithm and KMS key settings.voidDefines the encryption configuration for S3 Table integrations, including the encryption algorithm and KMS key settings.voidsetLogSources(List<Object> value) A data source with an S3 Table integration for query access in thelogsnamespace.voidsetLogSources(IResolvable value) A data source with an S3 Table integration for query access in thelogsnamespace.voidsetRoleArn(String value) The Amazon Resource Name (ARN) of the IAM role that grants permissions for the S3 Table integration to access necessary resources.voidThe key-value pairs to associate with the S3 Table integration resource for categorization and management purposes.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnS3TableIntegration
protected CfnS3TableIntegration(software.amazon.jsii.JsiiObjectRef objRef) -
CfnS3TableIntegration
protected CfnS3TableIntegration(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnS3TableIntegration
@Stability(Stable) public CfnS3TableIntegration(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnS3TableIntegrationProps props) Create a newAWS::ObservabilityAdmin::S3TableIntegration.- Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties. This parameter is required.
-
-
Method Details
-
arnForS3TableIntegration
@Stability(Stable) @NotNull public static String arnForS3TableIntegration(@NotNull IS3TableIntegrationRef resource) - Parameters:
resource- This parameter is required.
-
isCfnS3TableIntegration
Checks whether the given object is a CfnS3TableIntegration.- Parameters:
x- This parameter is required.
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrArn
The Amazon Resource Name (ARN) of the S3 Table integration. -
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManagerin interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getS3TableIntegrationRef
A reference to a S3TableIntegration resource.- Specified by:
getS3TableIntegrationRefin interfaceIS3TableIntegrationRef
-
getEncryption
Defines the encryption configuration for S3 Table integrations, including the encryption algorithm and KMS key settings.Returns union: either
IResolvableorCfnS3TableIntegration.EncryptionConfigProperty -
setEncryption
Defines the encryption configuration for S3 Table integrations, including the encryption algorithm and KMS key settings. -
setEncryption
@Stability(Stable) public void setEncryption(@NotNull CfnS3TableIntegration.EncryptionConfigProperty value) Defines the encryption configuration for S3 Table integrations, including the encryption algorithm and KMS key settings. -
getRoleArn
The Amazon Resource Name (ARN) of the IAM role that grants permissions for the S3 Table integration to access necessary resources. -
setRoleArn
The Amazon Resource Name (ARN) of the IAM role that grants permissions for the S3 Table integration to access necessary resources. -
getLogSources
A data source with an S3 Table integration for query access in thelogsnamespace.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnS3TableIntegration.LogSourceProperty> -
setLogSources
A data source with an S3 Table integration for query access in thelogsnamespace. -
setLogSources
A data source with an S3 Table integration for query access in thelogsnamespace. -
getTags
The key-value pairs to associate with the S3 Table integration resource for categorization and management purposes. -
setTags
The key-value pairs to associate with the S3 Table integration resource for categorization and management purposes.
-