Class: Aws::AppSync::Types::DynamodbDataSourceConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appsync/types.rb

Overview

Describes an Amazon DynamoDB data source configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_regionString

The Amazon Web Services Region.

Returns:

  • (String)


2298
2299
2300
2301
2302
2303
2304
2305
2306
# File 'lib/aws-sdk-appsync/types.rb', line 2298

class DynamodbDataSourceConfig < Struct.new(
  :table_name,
  :aws_region,
  :use_caller_credentials,
  :delta_sync_config,
  :versioned)
  SENSITIVE = []
  include Aws::Structure
end

#delta_sync_configTypes::DeltaSyncConfig

The ‘DeltaSyncConfig` for a versioned data source.



2298
2299
2300
2301
2302
2303
2304
2305
2306
# File 'lib/aws-sdk-appsync/types.rb', line 2298

class DynamodbDataSourceConfig < Struct.new(
  :table_name,
  :aws_region,
  :use_caller_credentials,
  :delta_sync_config,
  :versioned)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

The table name.

Returns:

  • (String)


2298
2299
2300
2301
2302
2303
2304
2305
2306
# File 'lib/aws-sdk-appsync/types.rb', line 2298

class DynamodbDataSourceConfig < Struct.new(
  :table_name,
  :aws_region,
  :use_caller_credentials,
  :delta_sync_config,
  :versioned)
  SENSITIVE = []
  include Aws::Structure
end

#use_caller_credentialsBoolean

Set to TRUE to use Amazon Cognito credentials with this data source.

Returns:

  • (Boolean)


2298
2299
2300
2301
2302
2303
2304
2305
2306
# File 'lib/aws-sdk-appsync/types.rb', line 2298

class DynamodbDataSourceConfig < Struct.new(
  :table_name,
  :aws_region,
  :use_caller_credentials,
  :delta_sync_config,
  :versioned)
  SENSITIVE = []
  include Aws::Structure
end

#versionedBoolean

Set to TRUE to use Conflict Detection and Resolution with this data source.

Returns:

  • (Boolean)


2298
2299
2300
2301
2302
2303
2304
2305
2306
# File 'lib/aws-sdk-appsync/types.rb', line 2298

class DynamodbDataSourceConfig < Struct.new(
  :table_name,
  :aws_region,
  :use_caller_credentials,
  :delta_sync_config,
  :versioned)
  SENSITIVE = []
  include Aws::Structure
end