File tree 4 files changed +69
-1
lines changed
packages/aws-cdk-lib/core/lib/analytics-data-source
4 files changed +69
-1
lines changed Original file line number Diff line number Diff line change @@ -7424,6 +7424,7 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
7424
7424
'SpecRestApi': {
7425
7425
'apiDefinition': '*',
7426
7426
'minCompressionSize': '*',
7427
+ 'mode': 'RestApiMode',
7427
7428
'deploy': 'boolean',
7428
7429
'deployOptions': {
7429
7430
'stageName': '*',
@@ -16422,6 +16423,23 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
16422
16423
},
16423
16424
'node': '*'
16424
16425
},
16426
+ 'role': {
16427
+ 'roleArn': '*',
16428
+ 'roleName': '*',
16429
+ 'assumeRoleAction': '*',
16430
+ 'policyFragment': '*',
16431
+ 'principalAccount': '*',
16432
+ 'grantPrincipal': {
16433
+ 'assumeRoleAction': '*',
16434
+ 'principalAccount': '*'
16435
+ },
16436
+ 'stack': '*',
16437
+ 'env': {
16438
+ 'account': '*',
16439
+ 'region': '*'
16440
+ },
16441
+ 'node': '*'
16442
+ },
16425
16443
'description': '*',
16426
16444
'ruleName': '*',
16427
16445
'eventPattern': {
@@ -16470,6 +16488,23 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
16470
16488
},
16471
16489
'node': '*'
16472
16490
},
16491
+ 'role': {
16492
+ 'roleArn': '*',
16493
+ 'roleName': '*',
16494
+ 'assumeRoleAction': '*',
16495
+ 'policyFragment': '*',
16496
+ 'principalAccount': '*',
16497
+ 'grantPrincipal': {
16498
+ 'assumeRoleAction': '*',
16499
+ 'principalAccount': '*'
16500
+ },
16501
+ 'stack': '*',
16502
+ 'env': {
16503
+ 'account': '*',
16504
+ 'region': '*'
16505
+ },
16506
+ 'node': '*'
16507
+ },
16473
16508
'description': '*',
16474
16509
'ruleName': '*',
16475
16510
'eventPattern': {
Original file line number Diff line number Diff line change @@ -2822,6 +2822,10 @@ export const AWS_CDK_ENUMS: { [key: string]: any } = {
2822
2822
'resume-cluster' ,
2823
2823
'failover-primary-compute'
2824
2824
] ,
2825
+ 'RestApiMode' : [
2826
+ 'overwrite' ,
2827
+ 'merge'
2828
+ ] ,
2825
2829
'Result' : [
2826
2830
'ROLLBACK' ,
2827
2831
'FAIL' ,
Original file line number Diff line number Diff line change 4
4
" SINGLE_PAGE_APPLICATION_REDIRECT"
5
5
]
6
6
},
7
+ "aws-cdk/packages/@aws-cdk/aws-applicationsignals-alpha/lib/enablement/instrumentation-versions.ts" : {
8
+ "JavaInstrumentationVersion" : [
9
+ " V2_10_0" ,
10
+ " V1_33_0" ,
11
+ " V1_32_6"
12
+ ],
13
+ "PythonInstrumentationVersion" : [
14
+ " V0_8_0" ,
15
+ " V0_9_0"
16
+ ],
17
+ "DotnetInstrumentationVersion" : [
18
+ " V1_6_0" ,
19
+ " V1_6_0_WINDOWS2022" ,
20
+ " V1_6_0_WINDOWS2019" ,
21
+ " V1_7_0" ,
22
+ " V1_7_0_WINDOWS2022" ,
23
+ " V1_7_0_WINDOWS2019"
24
+ ],
25
+ "NodeInstrumentationVersion" : [
26
+ " V0_5_0" ,
27
+ " V0_6_0"
28
+ ]
29
+ },
7
30
"aws-cdk/packages/@aws-cdk/aws-apprunner-alpha/lib/service.ts" : {
8
31
"Cpu" : [
9
32
" QUARTER_VCPU" ,
3080
3103
" VER_15_00_4410_1_V1" ,
3081
3104
" VER_15_00_4415_2_V1" ,
3082
3105
" VER_15_00_4420_2_V1" ,
3106
+ " VER_15_00_4430_1_V1" ,
3083
3107
" VER_16" ,
3084
3108
" VER_16_00_4085_2_V1" ,
3085
3109
" VER_16_00_4095_4_V1" ,
3092
3116
" VER_16_00_4140_3_V1" ,
3093
3117
" VER_16_00_4150_1_V1" ,
3094
3118
" VER_16_00_4165_4_V1" ,
3095
- " VER_16_00_4175_1_V1"
3119
+ " VER_16_00_4175_1_V1" ,
3120
+ " VER_16_00_4185_3_V1"
3096
3121
],
3097
3122
"DatabaseInstanceEngine" : [
3098
3123
" MARIADB" ,
Original file line number Diff line number Diff line change 867
867
" EDGE" ,
868
868
" REGIONAL" ,
869
869
" PRIVATE"
870
+ ],
871
+ "RestApiMode" : [
872
+ " overwrite" ,
873
+ " merge"
870
874
]
871
875
},
872
876
"aws-cdk/packages/aws-cdk-lib/aws-apigateway/lib/stage.ts" : {
You can’t perform that action at this time.
0 commit comments