AWSConfigMap<T extends AWSSerializable> constructor

const AWSConfigMap<T extends AWSSerializable>(
  1. Map<String, T> configs
)

A map of AWS configuration names to their typed representations.

Implementation

const AWSConfigMap(this.configs);