A simple struct used to instruct the library which database and container to communicate with.
t() :: %CosmosDbEx.Container{ container_name: String.t(), database: String.t(), database_key: term(), database_url: term() }
new(String.t(), String.t()) :: t()