Skip to content

Commit aa8122a

Browse files
chore: update analytics metadata blueprints
1 parent 3b34242 commit aa8122a

File tree

4 files changed

+24
-1
lines changed

4 files changed

+24
-1
lines changed

packages/aws-cdk-lib/core/lib/analytics-data-source/classes.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24030,6 +24030,7 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
2403024030
},
2403124031
'timeToLive': '*',
2403224032
'schedule': '*',
24033+
'maxRetries': '*',
2403324034
'startAfterCreation': 'boolean',
2403424035
'successRetentionPeriod': '*',
2403524036
'failureRetentionPeriod': '*',
@@ -24129,6 +24130,7 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
2412924130
'node': '*'
2413024131
},
2413124132
'dryRunAndUpdate': 'boolean',
24133+
'resourcesToReplicateTags': 'ResourceToReplicateTags',
2413224134
'metricDuration': [
2413324135
{
2413424136
'period': '*',

packages/aws-cdk-lib/core/lib/analytics-data-source/enums.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1710,6 +1710,8 @@ export const AWS_CDK_ENUMS: { [key: string]: any } = {
17101710
'c6gn',
17111711
'compute7-graviton3-high-network-bandwidth',
17121712
'c7gn',
1713+
'compute8-graviton4-high-network-bandwidth',
1714+
'c8gn',
17131715
'compute7-intel',
17141716
'c7i',
17151717
'compute7-intel-flex',
@@ -2204,6 +2206,11 @@ export const AWS_CDK_ENUMS: { [key: string]: any } = {
22042206
'ERROR',
22052207
'FATAL'
22062208
],
2209+
'LogQueryLanguage': [
2210+
'Logs',
2211+
'SQL',
2212+
'PPL'
2213+
],
22072214
'LogQueryVisualizationType': [
22082215
'table',
22092216
'line',
@@ -2921,6 +2928,9 @@ export const AWS_CDK_ENUMS: { [key: string]: any } = {
29212928
'resume-cluster',
29222929
'failover-primary-compute'
29232930
],
2931+
'ResourceToReplicateTags': [
2932+
'lambda-function'
2933+
],
29242934
'RestApiMode': [
29252935
'overwrite',
29262936
'merge'

packages/aws-cdk-lib/core/lib/analytics-data-source/enums/module-enumlikes.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2621,7 +2621,8 @@
26212621
"VER_16_8_LIMITLESS",
26222622
"VER_17_1",
26232623
"VER_17_2",
2624-
"VER_17_4"
2624+
"VER_17_4",
2625+
"VER_17_5"
26252626
],
26262627
"DatabaseClusterEngine": [
26272628
"AURORA",

packages/aws-cdk-lib/core/lib/analytics-data-source/enums/module-enums.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1885,6 +1885,11 @@
18851885
"stackedarea",
18861886
"bar",
18871887
"pie"
1888+
],
1889+
"LogQueryLanguage": [
1890+
"Logs",
1891+
"SQL",
1892+
"PPL"
18881893
]
18891894
},
18901895
"aws-cdk/packages/aws-cdk-lib/aws-cloudwatch/lib/metric-types.ts": {
@@ -2557,6 +2562,8 @@
25572562
"c6gn",
25582563
"compute7-graviton3-high-network-bandwidth",
25592564
"c7gn",
2565+
"compute8-graviton4-high-network-bandwidth",
2566+
"c8gn",
25602567
"compute7-intel",
25612568
"c7i",
25622569
"compute7-intel-flex",
@@ -5281,6 +5288,9 @@
52815288
"nothing",
52825289
"lambda"
52835290
],
5291+
"ResourceToReplicateTags": [
5292+
"lambda-function"
5293+
],
52845294
"ArtifactsEncryptionMode": [
52855295
"SSE_S3",
52865296
"SSE_KMS"

0 commit comments

Comments
 (0)