Uses of Class
software.amazon.awscdk.services.glue.alpha.S3TableStorage
Packages that use S3TableStorage
-
Uses of S3TableStorage in software.amazon.awscdk.services.glue.alpha
Methods in software.amazon.awscdk.services.glue.alpha that return S3TableStorageModifier and TypeMethodDescriptionstatic S3TableStorageS3TableStorage.fromBucket(IBucket bucket) (experimental) Store the table's data in an existing bucket.default S3TableStorageS3TableProps.getStorage()(experimental) Where the table's data is stored: a bucket created and managed by the table, or an existing bucket you provide.final S3TableStorageS3TableProps.Jsii$Proxy.getStorage()static S3TableStorageS3TableStorage.managedBucket()(experimental) Store the table's data in a bucket created and managed by the table.static S3TableStorageS3TableStorage.managedBucket(S3TableEncryption encryption) (experimental) Store the table's data in a bucket created and managed by the table.Methods in software.amazon.awscdk.services.glue.alpha with parameters of type S3TableStorageModifier and TypeMethodDescriptionS3Table.Builder.storage(S3TableStorage storage) (experimental) Where the table's data is stored: a bucket created and managed by the table, or an existing bucket you provide.S3TableProps.Builder.storage(S3TableStorage storage) Sets the value ofS3TableProps.getStorage()