Uses of Interface
software.amazon.awscdk.services.s3tables.alpha.TableAttributes
Packages that use TableAttributes
Package
Description
Amazon S3 Tables Construct Library
-
Uses of TableAttributes in software.amazon.awscdk.services.s3tables.alpha
Classes in software.amazon.awscdk.services.s3tables.alpha that implement TableAttributesMethods in software.amazon.awscdk.services.s3tables.alpha that return TableAttributesModifier and TypeMethodDescriptionTableAttributes.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.s3tables.alpha with parameters of type TableAttributesModifier and TypeMethodDescriptionstatic ITable
Table.fromTableAttributes
(software.constructs.Construct scope, String id, TableAttributes attrs) (experimental) Defines a Table construct that represents an external table.