Class: Aws::AppSync::Types::DynamodbDataSourceConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::DynamodbDataSourceConfig
- 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
-
#aws_region ⇒ String
The Amazon Web Services Region.
-
#delta_sync_config ⇒ Types::DeltaSyncConfig
The ‘DeltaSyncConfig` for a versioned data source.
-
#table_name ⇒ String
The table name.
-
#use_caller_credentials ⇒ Boolean
Set to TRUE to use Amazon Cognito credentials with this data source.
-
#versioned ⇒ Boolean
Set to TRUE to use Conflict Detection and Resolution with this data source.
Instance Attribute Details
#aws_region ⇒ String
The Amazon Web Services Region.
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_config ⇒ Types::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_name ⇒ String
The table name.
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_credentials ⇒ Boolean
Set to TRUE to use Amazon Cognito credentials with this 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 |
#versioned ⇒ Boolean
Set to TRUE to use Conflict Detection and Resolution with this 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 |