Add roleArn to AwsS3IntegrationConfig

Signed-off-by: Sean Tan <seant@splunk.com>
This commit is contained in:
Sean Tan
2021-08-05 12:39:00 -07:00
parent da3fcac9f4
commit 2d7bf1c6b0
4 changed files with 57 additions and 21 deletions
+6
View File
@@ -183,6 +183,12 @@ export interface Config {
* @visibility secret
*/
secretAccessKey?: string;
/**
* ARN of the role to be assumed
* @visibility backend
*/
roleArn?: string;
}>;
};
}