Skip to content

Commit e9603c8

Browse files
committed
update from CFN
1 parent def815b commit e9603c8

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

API.md

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/l1-resources/cluster/index.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -579,14 +579,14 @@ export interface Tag {
579579
*
580580
* @schema tag#Key
581581
*/
582-
readonly key?: string;
582+
readonly key: string;
583583

584584
/**
585585
* Variable that belongs to the set of the tag. For example, production in the environment : production tag.
586586
*
587587
* @schema tag#Value
588588
*/
589-
readonly value?: string;
589+
readonly value: string;
590590
}
591591

592592
/**
@@ -747,6 +747,8 @@ export enum AdvancedRegionConfigProviderName {
747747
AZURE = "AZURE",
748748
/** TENANT */
749749
TENANT = "TENANT",
750+
/** FLEX */
751+
FLEX = "FLEX",
750752
}
751753

752754
/**

0 commit comments

Comments
 (0)