File tree Expand file tree Collapse file tree 4 files changed +24
-1
lines changed
packages/aws-cdk-lib/core/lib/analytics-data-source Expand file tree Collapse file tree 4 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -24030,6 +24030,7 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
24030
24030
},
24031
24031
'timeToLive': '*',
24032
24032
'schedule': '*',
24033
+ 'maxRetries': '*',
24033
24034
'startAfterCreation': 'boolean',
24034
24035
'successRetentionPeriod': '*',
24035
24036
'failureRetentionPeriod': '*',
@@ -24129,6 +24130,7 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
24129
24130
'node': '*'
24130
24131
},
24131
24132
'dryRunAndUpdate': 'boolean',
24133
+ 'resourcesToReplicateTags': 'ResourceToReplicateTags',
24132
24134
'metricDuration': [
24133
24135
{
24134
24136
'period': '*',
Original file line number Diff line number Diff line change @@ -1710,6 +1710,8 @@ export const AWS_CDK_ENUMS: { [key: string]: any } = {
1710
1710
'c6gn' ,
1711
1711
'compute7-graviton3-high-network-bandwidth' ,
1712
1712
'c7gn' ,
1713
+ 'compute8-graviton4-high-network-bandwidth' ,
1714
+ 'c8gn' ,
1713
1715
'compute7-intel' ,
1714
1716
'c7i' ,
1715
1717
'compute7-intel-flex' ,
@@ -2204,6 +2206,11 @@ export const AWS_CDK_ENUMS: { [key: string]: any } = {
2204
2206
'ERROR' ,
2205
2207
'FATAL'
2206
2208
] ,
2209
+ 'LogQueryLanguage' : [
2210
+ 'Logs' ,
2211
+ 'SQL' ,
2212
+ 'PPL'
2213
+ ] ,
2207
2214
'LogQueryVisualizationType' : [
2208
2215
'table' ,
2209
2216
'line' ,
@@ -2921,6 +2928,9 @@ export const AWS_CDK_ENUMS: { [key: string]: any } = {
2921
2928
'resume-cluster' ,
2922
2929
'failover-primary-compute'
2923
2930
] ,
2931
+ 'ResourceToReplicateTags' : [
2932
+ 'lambda-function'
2933
+ ] ,
2924
2934
'RestApiMode' : [
2925
2935
'overwrite' ,
2926
2936
'merge'
Original file line number Diff line number Diff line change 2621
2621
" VER_16_8_LIMITLESS" ,
2622
2622
" VER_17_1" ,
2623
2623
" VER_17_2" ,
2624
- " VER_17_4"
2624
+ " VER_17_4" ,
2625
+ " VER_17_5"
2625
2626
],
2626
2627
"DatabaseClusterEngine" : [
2627
2628
" AURORA" ,
Original file line number Diff line number Diff line change 1885
1885
" stackedarea" ,
1886
1886
" bar" ,
1887
1887
" pie"
1888
+ ],
1889
+ "LogQueryLanguage" : [
1890
+ " Logs" ,
1891
+ " SQL" ,
1892
+ " PPL"
1888
1893
]
1889
1894
},
1890
1895
"aws-cdk/packages/aws-cdk-lib/aws-cloudwatch/lib/metric-types.ts" : {
2557
2562
" c6gn" ,
2558
2563
" compute7-graviton3-high-network-bandwidth" ,
2559
2564
" c7gn" ,
2565
+ " compute8-graviton4-high-network-bandwidth" ,
2566
+ " c8gn" ,
2560
2567
" compute7-intel" ,
2561
2568
" c7i" ,
2562
2569
" compute7-intel-flex" ,
5281
5288
" nothing" ,
5282
5289
" lambda"
5283
5290
],
5291
+ "ResourceToReplicateTags" : [
5292
+ " lambda-function"
5293
+ ],
5284
5294
"ArtifactsEncryptionMode" : [
5285
5295
" SSE_S3" ,
5286
5296
" SSE_KMS"
You can’t perform that action at this time.
0 commit comments