Uses of Interface
software.amazon.awscdk.services.dynamodb.ImportSourceSpecification
Packages that use ImportSourceSpecification
-
Uses of ImportSourceSpecification in software.amazon.awscdk.services.dynamodb
Classes in software.amazon.awscdk.services.dynamodb that implement ImportSourceSpecificationModifier and TypeClassDescriptionstatic final classAn implementation forImportSourceSpecificationMethods in software.amazon.awscdk.services.dynamodb that return ImportSourceSpecificationModifier and TypeMethodDescriptionImportSourceSpecification.Builder.build()Builds the configured instance.default ImportSourceSpecificationTableOptions.getImportSource()The properties of data being imported from the S3 bucket source to the table.TableOptions.Jsii$Proxy.getImportSource()TableProps.Jsii$Proxy.getImportSource()Methods in software.amazon.awscdk.services.dynamodb with parameters of type ImportSourceSpecificationModifier and TypeMethodDescriptionTable.Builder.importSource(ImportSourceSpecification importSource) The properties of data being imported from the S3 bucket source to the table.TableOptions.Builder.importSource(ImportSourceSpecification importSource) Sets the value ofTableOptions.getImportSource()TableProps.Builder.importSource(ImportSourceSpecification importSource) Sets the value ofTableOptions.getImportSource()