File tree 2 files changed +12
-6
lines changed
packages/aws-cdk-lib/core/lib/analytics-data-source
2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -474,7 +474,8 @@ export const AWS_CDK_ENUMS: { [key: string]: any } = {
474
474
] ,
475
475
'CapacityType' : [
476
476
'SPOT' ,
477
- 'ON_DEMAND'
477
+ 'ON_DEMAND' ,
478
+ 'CAPACITY_BLOCK'
478
479
] ,
479
480
'CfnCapabilities' : [
480
481
'' ,
@@ -1195,7 +1196,8 @@ export const AWS_CDK_ENUMS: { [key: string]: any } = {
1195
1196
'FileSystemType' : [
1196
1197
'ext3' ,
1197
1198
'ext4' ,
1198
- 'xfs'
1199
+ 'xfs' ,
1200
+ 'ntfs'
1199
1201
] ,
1200
1202
'FileSystemTypeVersion' : [
1201
1203
'2.10' ,
@@ -2952,7 +2954,8 @@ export const AWS_CDK_ENUMS: { [key: string]: any } = {
2952
2954
] ,
2953
2955
'ServerSideEncryption' : [
2954
2956
'AES256' ,
2955
- 'aws:kms'
2957
+ 'aws:kms' ,
2958
+ 'aws:kms:dsse'
2956
2959
] ,
2957
2960
'ServiceIntegrationPattern' : [
2958
2961
'FIRE_AND_FORGET' ,
Original file line number Diff line number Diff line change 3450
3450
"FileSystemType" : [
3451
3451
" ext3" ,
3452
3452
" ext4" ,
3453
- " xfs"
3453
+ " xfs" ,
3454
+ " ntfs"
3454
3455
],
3455
3456
"EbsPropagatedTagSource" : [
3456
3457
" SERVICE" ,
3792
3793
],
3793
3794
"CapacityType" : [
3794
3795
" SPOT" ,
3795
- " ON_DEMAND"
3796
+ " ON_DEMAND" ,
3797
+ " CAPACITY_BLOCK"
3796
3798
],
3797
3799
"TaintEffect" : [
3798
3800
" NO_SCHEDULE" ,
4480
4482
"aws-cdk/packages/aws-cdk-lib/aws-s3-deployment/lib/bucket-deployment.ts" : {
4481
4483
"ServerSideEncryption" : [
4482
4484
" AES256" ,
4483
- " aws:kms"
4485
+ " aws:kms" ,
4486
+ " aws:kms:dsse"
4484
4487
],
4485
4488
"StorageClass" : [
4486
4489
" STANDARD" ,
You can’t perform that action at this time.
0 commit comments