S3TableIntegrationReference

class aws_cdk.interfaces.aws_observabilityadmin.S3TableIntegrationReference(*, s3_table_integration_arn)

Bases: object

A reference to a S3TableIntegration resource.

Parameters:

s3_table_integration_arn (str) – The Arn of the S3TableIntegration resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.interfaces import aws_observabilityadmin as interfaces_observabilityadmin

s3_table_integration_reference = interfaces_observabilityadmin.S3TableIntegrationReference(
    s3_table_integration_arn="s3TableIntegrationArn"
)

Attributes

s3_table_integration_arn

The Arn of the S3TableIntegration resource.