Skip to content

Commit e669ea0

Browse files
chore: update analytics metadata blueprints
1 parent 4135812 commit e669ea0

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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,23 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
5353
},
5454
'platform': 'Platform',
5555
'cacheConfigType': 'CacheConfigType',
56+
'computeRole': {
57+
'roleArn': '*',
58+
'roleName': '*',
59+
'assumeRoleAction': '*',
60+
'policyFragment': '*',
61+
'principalAccount': '*',
62+
'grantPrincipal': {
63+
'assumeRoleAction': '*',
64+
'principalAccount': '*'
65+
},
66+
'stack': '*',
67+
'env': {
68+
'account': '*',
69+
'region': '*'
70+
},
71+
'node': '*'
72+
},
5673
'addCustomRule': [
5774
'*'
5875
],

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1720,6 +1720,8 @@ export const AWS_CDK_ENUMS: { [key: string]: any } = {
17201720
'is4gen',
17211721
'storage7-intel-storage-optimized',
17221722
'i7ie',
1723+
'io7_intel',
1724+
'i7i',
17231725
'storage8-graviton',
17241726
'i8g',
17251727
'burstable2',

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
"PHP_81",
5959
"PYTHON_3",
6060
"PYTHON_311",
61-
"RUBY_31"
61+
"RUBY_31",
62+
"NODEJS_22"
6263
]
6364
},
6465
"aws-cdk/packages/@aws-cdk/aws-eks-v2-alpha/lib/access-entry.ts": {
@@ -1559,6 +1560,7 @@
15591560
"DIRECTORY_SERVICE_DATA",
15601561
"DYNAMODB",
15611562
"DYNAMODB_FIPS",
1563+
"DYNAMODB_STREAMS",
15621564
"EBS_DIRECT",
15631565
"EC2",
15641566
"EC2_MESSAGES",

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2529,6 +2529,8 @@
25292529
"is4gen",
25302530
"storage7-intel-storage-optimized",
25312531
"i7ie",
2532+
"io7_intel",
2533+
"i7i",
25322534
"storage8-graviton",
25332535
"i8g",
25342536
"burstable2",

0 commit comments

Comments
 (0)