Crynamo::Configuration
Inherits Struct < Value < Object
The necessary configuration needed for connecting to a DynamoDB cluster
Constructors
new(access_key_id : String, secret_access_key : String, region : String, endpoint : String, api_version : String = "2012-08-10")
SourceInstance methods
access_key_id
Sourceaccess_key_id=(access_key_id : String)
Sourceapi_version
Sourceapi_version=(api_version : String)
Sourceendpoint
Sourceendpoint=(endpoint : String)
Sourceregion
Sourceregion=(region : String)
Sourcesecret_access_key
Sourcesecret_access_key=(secret_access_key : String)
Source