Skip to content

Commit bdcfd18

Browse files
authored
fix: Allows not setting optional attributes DataProcessRegion and CloudProviderConfig for FederatedDatabaseInstance (#264)
1 parent 7f48b63 commit bdcfd18

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

API.md

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

src/l1-resources/federated-database-instance/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ export interface DataProcessRegion {
170170
*
171171
* @schema DataProcessRegion#Region
172172
*/
173-
readonly region?: string;
173+
readonly region: string;
174174
}
175175

176176
/**

0 commit comments

Comments
 (0)