Uses of Class
software.amazon.awscdk.services.glue.S3TableStorage
Packages that use S3TableStorage
-
Uses of S3TableStorage in software.amazon.awscdk.services.glue
Methods in software.amazon.awscdk.services.glue that return S3TableStorageModifier and TypeMethodDescriptionstatic S3TableStorageS3TableStorage.fromBucket(IBucket bucket) Store the table's data in an existing bucket.default S3TableStorageS3TableProps.getStorage()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()Store the table's data in a bucket created and managed by the table.static S3TableStorageS3TableStorage.managedBucket(S3TableEncryption encryption) Store the table's data in a bucket created and managed by the table.Methods in software.amazon.awscdk.services.glue with parameters of type S3TableStorageModifier and TypeMethodDescriptionS3Table.Builder.storage(S3TableStorage storage) 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()