struct Crynamo::Configuration

Overview

The necessary configuration needed for connecting to a DynamoDB cluster

Defined in:

crynamo/configuration.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(access_key_id : String, secret_access_key : String, region : String, endpoint : String, api_version : String = "2012-08-10") #

[View source]

Instance Method Detail

def access_key_id : String #

[View source]
def access_key_id=(access_key_id) #

[View source]
def api_version : String #

[View source]
def api_version=(api_version) #

[View source]
def endpoint : String #

[View source]
def endpoint=(endpoint) #

[View source]
def region : String #

[View source]
def region=(region) #

[View source]
def secret_access_key : String #

[View source]
def secret_access_key=(secret_access_key) #

[View source]