Uses of Interface
software.amazon.awscdk.services.redshift.alpha.TableAttributes
Packages that use TableAttributes
Package
Description
Amazon Redshift Construct Library
-
Uses of TableAttributes in software.amazon.awscdk.services.redshift.alpha
Classes in software.amazon.awscdk.services.redshift.alpha that implement TableAttributesMethods in software.amazon.awscdk.services.redshift.alpha that return TableAttributesModifier and TypeMethodDescriptionTableAttributes.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.redshift.alpha with parameters of type TableAttributesModifier and TypeMethodDescriptionstatic ITable
Table.fromTableAttributes
(software.constructs.Construct scope, String id, TableAttributes attrs) (experimental) Specify a Redshift table using a table name and schema that already exists.