Cloudwatch: Fix loading custom credentials profile (#27684)
* Store credentials profile in JSON * Update docs example * Apply suggestions from code review Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
co-authored by
Arve Knudsen
parent
f0a586a914
commit
42476811a4
@@ -499,6 +499,7 @@ export interface MetricFindValue {
|
||||
export interface DataSourceJsonData {
|
||||
authType?: string;
|
||||
defaultRegion?: string;
|
||||
profile?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user