awsSecretKey property

String get awsSecretKey

Private AWS access key

Implementation

String get awsSecretKey => _cloudWatch.awsSecretKey;
set awsSecretKey (String key)

Implementation

set awsSecretKey(String key) => _cloudWatch.awsSecretKey = key;