class Aws::AppSync::Types::DeltaSyncConfig

Describes a Delta Sync configuration.

@note When making an API call, you may pass DeltaSyncConfig

data as a hash:

    {
      base_table_ttl: 1,
      delta_sync_table_name: "String",
      delta_sync_table_ttl: 1,
    }

@!attribute [rw] base_table_ttl

The number of minutes an Item is stored in the datasource.
@return [Integer]

@!attribute [rw] delta_sync_table_name

The Delta Sync table name.
@return [String]

@!attribute [rw] delta_sync_table_ttl

The number of minutes a Delta Sync log entry is stored in the Delta
Sync table.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/appsync-2017-07-25/DeltaSyncConfig AWS API Documentation

Constants

SENSITIVE