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.120.0 (build 192dc88)",
date="2025-12-05T22:26:40.885Z")
@Stability(Stable)
public class CfnS3TableIntegration
extends CfnResource
implements IInspectable, IS3TableIntegrationRef, ITaggableV2
Resource Type definition for a CloudWatch Observability Admin S3 Table Integration.
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 interfaceEncryption configuration for the S3 Table Integration.static interfaceCloudWatch Logs data source to associate with the S3 Table Integration.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 ARN of the S3 Table Integration.Tag Manager which manages the tags for this resource.Encryption configuration for the S3 Table Integration.The CloudWatch Logs data sources to associate with the S3 Table Integration.The ARN of the role used to access the S3 Table Integration.A reference to a S3TableIntegration resource.getTags()An array of key-value pairs to apply to this resource.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) Encryption configuration for the S3 Table Integration.voidEncryption configuration for the S3 Table Integration.voidsetLogSources(List<Object> value) The CloudWatch Logs data sources to associate with the S3 Table Integration.voidsetLogSources(IResolvable value) The CloudWatch Logs data sources to associate with the S3 Table Integration.voidsetRoleArn(String value) The ARN of the role used to access the S3 Table Integration.voidAn array of key-value pairs to apply to this resource.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 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
Encryption configuration for the S3 Table Integration.Returns union: either
IResolvableorCfnS3TableIntegration.EncryptionConfigProperty -
setEncryption
Encryption configuration for the S3 Table Integration. -
setEncryption
@Stability(Stable) public void setEncryption(@NotNull CfnS3TableIntegration.EncryptionConfigProperty value) Encryption configuration for the S3 Table Integration. -
getRoleArn
The ARN of the role used to access the S3 Table Integration. -
setRoleArn
The ARN of the role used to access the S3 Table Integration. -
getLogSources
The CloudWatch Logs data sources to associate with the S3 Table Integration.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnS3TableIntegration.LogSourceProperty> -
setLogSources
The CloudWatch Logs data sources to associate with the S3 Table Integration. -
setLogSources
The CloudWatch Logs data sources to associate with the S3 Table Integration. -
getTags
An array of key-value pairs to apply to this resource. -
setTags
An array of key-value pairs to apply to this resource.
-