import Source Specification
Parameters
value
Specifies the properties of data being imported from the S3 bucket source to the table. If you specify the `ImportSourceSpecification`
property, and also specify either the `StreamSpecification`
, the `TableClass`
property, or the `DeletionProtectionEnabled`
property, the IAM entity creating/updating stack must have `UpdateTable`
permission.
suspend fun importSourceSpecification(argument: suspend TableImportSourceSpecificationArgsBuilder.() -> Unit)
Parameters
argument
Specifies the properties of data being imported from the S3 bucket source to the table. If you specify the `ImportSourceSpecification`
property, and also specify either the `StreamSpecification`
, the `TableClass`
property, or the `DeletionProtectionEnabled`
property, the IAM entity creating/updating stack must have `UpdateTable`
permission.