add 'service' to config schema
Signed-off-by: Andrew Ochsner <andrew.ochsner@cognizant.com>
This commit is contained in:
+8
-1
@@ -118,9 +118,16 @@ export interface Config {
|
||||
|
||||
/**
|
||||
* The AWS region.
|
||||
* Only needed if using a custom DNS record
|
||||
* Only needed if using a custom DNS record.
|
||||
*/
|
||||
region?: string;
|
||||
|
||||
/**
|
||||
* The AWS service used for request signature.
|
||||
* Either 'es' for "Managed Clusters" or 'aoss' for "Serverless".
|
||||
* Only needed if using a custom DNS record.
|
||||
*/
|
||||
service?: 'es' | 'aoss';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user