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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appsync/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)


1943
1944
1945
1946
1947
1948
1949
1950
1951
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1943

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.



1943
1944
1945
1946
1947
1948
1949
1950
1951
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1943

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)


1943
1944
1945
1946
1947
1948
1949
1950
1951
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1943

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)


1943
1944
1945
1946
1947
1948
1949
1950
1951
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1943

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)


1943
1944
1945
1946
1947
1948
1949
1950
1951
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1943

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