DynamodbDataSourceConfig
public struct DynamodbDataSourceConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The AWS Region.
Declaration
Swift
public let awsRegion: String -
The DeltaSyncConfig for a versioned datasource.
Declaration
Swift
public let deltaSyncConfig: DeltaSyncConfig? -
The table name.
Declaration
Swift
public let tableName: String -
Set to TRUE to use Amazon Cognito credentials with this data source.
Declaration
Swift
public let useCallerCredentials: Bool? -
Set to TRUE to use Conflict Detection and Resolution with this data source.
Declaration
Swift
public let versioned: Bool? -
Undocumented
Declaration
Swift
public init(awsRegion: String, deltaSyncConfig: DeltaSyncConfig? = nil, tableName: String, useCallerCredentials: Bool? = nil, versioned: Bool? = nil)
View on GitHub
DynamodbDataSourceConfig Structure Reference