Address review comments

This commit is contained in:
Jonah Back
2021-02-18 15:34:54 -08:00
parent f41ac17b29
commit a5ff1a1e0f
4 changed files with 16 additions and 24 deletions
+1 -2
View File
@@ -88,8 +88,7 @@ export interface Config {
secretAccessKey: string;
/**
* ARN of role to be assumed
* attr: 'roleArn' - accepts a string value
* @visibility secret
* @visibility backend
*/
roleArn?: string;
};