interface S3TableIntegrationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.ObservabilityAdmin.S3TableIntegrationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsobservabilityadmin#S3TableIntegrationReference |
Java | software.amazon.awscdk.interfaces.observabilityadmin.S3TableIntegrationReference |
Python | aws_cdk.interfaces.aws_observabilityadmin.S3TableIntegrationReference |
TypeScript | aws-cdk-lib » interfaces » aws_observabilityadmin » S3TableIntegrationReference |
A reference to a S3TableIntegration resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_observabilityadmin as interfaces_observabilityadmin } from 'aws-cdk-lib/interfaces';
const s3TableIntegrationReference: interfaces_observabilityadmin.S3TableIntegrationReference = {
s3TableIntegrationArn: 's3TableIntegrationArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| s3 | string | The Arn of the S3TableIntegration resource. |
s3TableIntegrationArn
Type:
string
The Arn of the S3TableIntegration resource.

.NET
Go
Java
Python
TypeScript