Skip to content

Commit a79277c

Browse files
chore: update analytics metadata blueprints
1 parent c11acba commit a79277c

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

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

+6-3
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,8 @@ export const AWS_CDK_ENUMS: { [key: string]: any } = {
474474
],
475475
'CapacityType': [
476476
'SPOT',
477-
'ON_DEMAND'
477+
'ON_DEMAND',
478+
'CAPACITY_BLOCK'
478479
],
479480
'CfnCapabilities': [
480481
'',
@@ -1195,7 +1196,8 @@ export const AWS_CDK_ENUMS: { [key: string]: any } = {
11951196
'FileSystemType': [
11961197
'ext3',
11971198
'ext4',
1198-
'xfs'
1199+
'xfs',
1200+
'ntfs'
11991201
],
12001202
'FileSystemTypeVersion': [
12011203
'2.10',
@@ -2952,7 +2954,8 @@ export const AWS_CDK_ENUMS: { [key: string]: any } = {
29522954
],
29532955
'ServerSideEncryption': [
29542956
'AES256',
2955-
'aws:kms'
2957+
'aws:kms',
2958+
'aws:kms:dsse'
29562959
],
29572960
'ServiceIntegrationPattern': [
29582961
'FIRE_AND_FORGET',

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

+6-3
Original file line numberDiff line numberDiff line change
@@ -3450,7 +3450,8 @@
34503450
"FileSystemType": [
34513451
"ext3",
34523452
"ext4",
3453-
"xfs"
3453+
"xfs",
3454+
"ntfs"
34543455
],
34553456
"EbsPropagatedTagSource": [
34563457
"SERVICE",
@@ -3792,7 +3793,8 @@
37923793
],
37933794
"CapacityType": [
37943795
"SPOT",
3795-
"ON_DEMAND"
3796+
"ON_DEMAND",
3797+
"CAPACITY_BLOCK"
37963798
],
37973799
"TaintEffect": [
37983800
"NO_SCHEDULE",
@@ -4480,7 +4482,8 @@
44804482
"aws-cdk/packages/aws-cdk-lib/aws-s3-deployment/lib/bucket-deployment.ts": {
44814483
"ServerSideEncryption": [
44824484
"AES256",
4483-
"aws:kms"
4485+
"aws:kms",
4486+
"aws:kms:dsse"
44844487
],
44854488
"StorageClass": [
44864489
"STANDARD",

0 commit comments

Comments
 (0)