ImportTable

@JsonSerializable
data class ImportTable(val InputFormat: InputFormat, val S3BucketSource: S3BucketSource, val TableCreationParameters: TableCreationParameters, val ClientToken: ClientToken = org.http4k.connect.amazon.dynamodb.model.ClientToken.random(), val InputCompressionType: InputCompressionType? = null, val InputFormatOptions: InputFormatOptions? = null) : DynamoDbAction<ImportTableResponse>

Constructors

Link copied to clipboard
constructor(InputFormat: InputFormat, S3BucketSource: S3BucketSource, TableCreationParameters: TableCreationParameters, ClientToken: ClientToken = org.http4k.connect.amazon.dynamodb.model.ClientToken.random(), InputCompressionType: InputCompressionType? = null, InputFormatOptions: InputFormatOptions? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toRequest(): Request
Link copied to clipboard
open override fun toResult(response: Response): Result<ImportTableResponse, RemoteFailure>
Link copied to clipboard
open fun uri(): Uri