cdk-common 2.0.389 → 2.0.391
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +9 -3
- package/API.md +5 -0
- package/lib/main.js +1 -1
- package/lib/managed-policies.d.ts +1 -0
- package/lib/managed-policies.js +2 -1
- package/node_modules/@aws-cdk/assert/package.json +8 -8
- package/node_modules/@aws-cdk/cfnspec/CHANGELOG.md +82 -0
- package/node_modules/@aws-cdk/cfnspec/build-tools/spec-diff.js +5 -1
- package/node_modules/@aws-cdk/cfnspec/cfn.version +1 -1
- package/node_modules/@aws-cdk/cfnspec/package.json +3 -3
- package/node_modules/@aws-cdk/cfnspec/spec/cfn-docs.json +7854 -1647
- package/node_modules/@aws-cdk/cfnspec/spec/cfn-lint.json +1 -0
- package/node_modules/@aws-cdk/cfnspec/spec/specification.json +331 -6
- package/node_modules/@aws-cdk/cloudformation-diff/package.json +4 -4
- package/package.json +3 -3
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Fingerprint": "
|
|
2
|
+
"Fingerprint": "108dc0cbcd0c128903703c8d6b8d7fdf",
|
|
3
3
|
"PropertyTypes": {
|
|
4
4
|
"AWS::ACMPCA::Certificate.ApiPassthrough": {
|
|
5
5
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-apipassthrough.html",
|
|
@@ -52876,6 +52876,17 @@
|
|
|
52876
52876
|
}
|
|
52877
52877
|
}
|
|
52878
52878
|
},
|
|
52879
|
+
"AWS::KendraRanking::ExecutionPlan.CapacityUnitsConfiguration": {
|
|
52880
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendraranking-executionplan-capacityunitsconfiguration.html",
|
|
52881
|
+
"Properties": {
|
|
52882
|
+
"RescoreCapacityUnits": {
|
|
52883
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendraranking-executionplan-capacityunitsconfiguration.html#cfn-kendraranking-executionplan-capacityunitsconfiguration-rescorecapacityunits",
|
|
52884
|
+
"PrimitiveType": "Integer",
|
|
52885
|
+
"Required": true,
|
|
52886
|
+
"UpdateType": "Mutable"
|
|
52887
|
+
}
|
|
52888
|
+
}
|
|
52889
|
+
},
|
|
52879
52890
|
"AWS::Kinesis::Stream.StreamEncryption": {
|
|
52880
52891
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html",
|
|
52881
52892
|
"Properties": {
|
|
@@ -75109,6 +75120,23 @@
|
|
|
75109
75120
|
}
|
|
75110
75121
|
}
|
|
75111
75122
|
},
|
|
75123
|
+
"AWS::RDS::DBInstance.CertificateDetails": {
|
|
75124
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbinstance-certificatedetails.html",
|
|
75125
|
+
"Properties": {
|
|
75126
|
+
"CAIdentifier": {
|
|
75127
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbinstance-certificatedetails.html#cfn-rds-dbinstance-certificatedetails-caidentifier",
|
|
75128
|
+
"PrimitiveType": "String",
|
|
75129
|
+
"Required": false,
|
|
75130
|
+
"UpdateType": "Mutable"
|
|
75131
|
+
},
|
|
75132
|
+
"ValidTill": {
|
|
75133
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbinstance-certificatedetails.html#cfn-rds-dbinstance-certificatedetails-validtill",
|
|
75134
|
+
"PrimitiveType": "String",
|
|
75135
|
+
"Required": false,
|
|
75136
|
+
"UpdateType": "Mutable"
|
|
75137
|
+
}
|
|
75138
|
+
}
|
|
75139
|
+
},
|
|
75112
75140
|
"AWS::RDS::DBInstance.DBInstanceRole": {
|
|
75113
75141
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbinstance-dbinstancerole.html",
|
|
75114
75142
|
"Properties": {
|
|
@@ -86448,7 +86476,8 @@
|
|
|
86448
86476
|
"CloudWatchLogsEvent",
|
|
86449
86477
|
"IoTRuleEvent",
|
|
86450
86478
|
"AlexaSkillEvent",
|
|
86451
|
-
"EventBridgeRuleEvent"
|
|
86479
|
+
"EventBridgeRuleEvent",
|
|
86480
|
+
"HttpApiEvent"
|
|
86452
86481
|
],
|
|
86453
86482
|
"UpdateType": "Immutable"
|
|
86454
86483
|
},
|
|
@@ -86517,6 +86546,71 @@
|
|
|
86517
86546
|
}
|
|
86518
86547
|
}
|
|
86519
86548
|
},
|
|
86549
|
+
"AWS::Serverless::Function.HttpApiEvent": {
|
|
86550
|
+
"Documentation": "https://github.com/aws/serverless-application-model/blob/master/versions/2016-10-31.md#httpapi",
|
|
86551
|
+
"Properties": {
|
|
86552
|
+
"ApiId": {
|
|
86553
|
+
"Documentation": "https://github.com/aws/serverless-application-model/blob/master/versions/2016-10-31.md#httpapi",
|
|
86554
|
+
"PrimitiveType": "String",
|
|
86555
|
+
"Required": false,
|
|
86556
|
+
"UpdateType": "Immutable"
|
|
86557
|
+
},
|
|
86558
|
+
"Auth": {
|
|
86559
|
+
"Documentation": "https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-property-function-httpapi.html",
|
|
86560
|
+
"Required": false,
|
|
86561
|
+
"Type": "HttpApiFunctionAuth",
|
|
86562
|
+
"UpdateType": "Immutable"
|
|
86563
|
+
},
|
|
86564
|
+
"Method": {
|
|
86565
|
+
"Documentation": "https://github.com/aws/serverless-application-model/blob/master/versions/2016-10-31.md#httpapi",
|
|
86566
|
+
"PrimitiveType": "String",
|
|
86567
|
+
"Required": false,
|
|
86568
|
+
"UpdateType": "Immutable"
|
|
86569
|
+
},
|
|
86570
|
+
"Path": {
|
|
86571
|
+
"Documentation": "https://github.com/aws/serverless-application-model/blob/master/versions/2016-10-31.md#httpapi",
|
|
86572
|
+
"PrimitiveType": "String",
|
|
86573
|
+
"Required": false,
|
|
86574
|
+
"UpdateType": "Immutable"
|
|
86575
|
+
},
|
|
86576
|
+
"PayloadFormatVersion": {
|
|
86577
|
+
"Documentation": "https://github.com/aws/serverless-application-model/blob/master/versions/2016-10-31.md#httpapi",
|
|
86578
|
+
"PrimitiveType": "String",
|
|
86579
|
+
"Required": false,
|
|
86580
|
+
"UpdateType": "Immutable"
|
|
86581
|
+
},
|
|
86582
|
+
"RouteSettings": {
|
|
86583
|
+
"Documentation": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-routesettings",
|
|
86584
|
+
"Required": false,
|
|
86585
|
+
"Type": "RouteSettings",
|
|
86586
|
+
"UpdateType": "Immutable"
|
|
86587
|
+
},
|
|
86588
|
+
"TimeoutInMillis": {
|
|
86589
|
+
"Documentation": "https://github.com/aws/serverless-application-model/blob/master/versions/2016-10-31.md#httpapi",
|
|
86590
|
+
"PrimitiveType": "Integer",
|
|
86591
|
+
"Required": false,
|
|
86592
|
+
"UpdateType": "Immutable"
|
|
86593
|
+
}
|
|
86594
|
+
}
|
|
86595
|
+
},
|
|
86596
|
+
"AWS::Serverless::Function.HttpApiFunctionAuth": {
|
|
86597
|
+
"Documentation": "https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-property-function-httpapifunctionauth.html",
|
|
86598
|
+
"Properties": {
|
|
86599
|
+
"AuthorizationScopes": {
|
|
86600
|
+
"Documentation": "https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-property-function-httpapifunctionauth.html",
|
|
86601
|
+
"PrimitiveItemType": "String",
|
|
86602
|
+
"Required": false,
|
|
86603
|
+
"Type": "List",
|
|
86604
|
+
"UpdateType": "Immutable"
|
|
86605
|
+
},
|
|
86606
|
+
"Authorizer": {
|
|
86607
|
+
"Documentation": "https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-property-function-httpapifunctionauth.html",
|
|
86608
|
+
"PrimitiveType": "String",
|
|
86609
|
+
"Required": false,
|
|
86610
|
+
"UpdateType": "Immutable"
|
|
86611
|
+
}
|
|
86612
|
+
}
|
|
86613
|
+
},
|
|
86520
86614
|
"AWS::Serverless::Function.IAMPolicyDocument": {
|
|
86521
86615
|
"Documentation": "http://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies.html",
|
|
86522
86616
|
"Properties": {
|
|
@@ -86613,6 +86707,13 @@
|
|
|
86613
86707
|
"Required": false,
|
|
86614
86708
|
"UpdateType": "Immutable"
|
|
86615
86709
|
},
|
|
86710
|
+
"FunctionResponseTypes": {
|
|
86711
|
+
"Documentation": "https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#kinesis",
|
|
86712
|
+
"PrimitiveItemType": "String",
|
|
86713
|
+
"Required": false,
|
|
86714
|
+
"Type": "List",
|
|
86715
|
+
"UpdateType": "Immutable"
|
|
86716
|
+
},
|
|
86616
86717
|
"StartingPosition": {
|
|
86617
86718
|
"Documentation": "https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#kinesis",
|
|
86618
86719
|
"PrimitiveType": "String",
|
|
@@ -86717,6 +86818,41 @@
|
|
|
86717
86818
|
}
|
|
86718
86819
|
}
|
|
86719
86820
|
},
|
|
86821
|
+
"AWS::Serverless::Function.RouteSettings": {
|
|
86822
|
+
"Documentation": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html",
|
|
86823
|
+
"Properties": {
|
|
86824
|
+
"DataTraceEnabled": {
|
|
86825
|
+
"Documentation": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-datatraceenabled",
|
|
86826
|
+
"PrimitiveType": "Boolean",
|
|
86827
|
+
"Required": false,
|
|
86828
|
+
"UpdateType": "Immutable"
|
|
86829
|
+
},
|
|
86830
|
+
"DetailedMetricsEnabled": {
|
|
86831
|
+
"Documentation": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-detailedmetricsenabled",
|
|
86832
|
+
"PrimitiveType": "Boolean",
|
|
86833
|
+
"Required": false,
|
|
86834
|
+
"UpdateType": "Immutable"
|
|
86835
|
+
},
|
|
86836
|
+
"LoggingLevel": {
|
|
86837
|
+
"Documentation": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-logginglevel",
|
|
86838
|
+
"PrimitiveType": "String",
|
|
86839
|
+
"Required": false,
|
|
86840
|
+
"UpdateType": "Immutable"
|
|
86841
|
+
},
|
|
86842
|
+
"ThrottlingBurstLimit": {
|
|
86843
|
+
"Documentation": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-throttlingburstlimit",
|
|
86844
|
+
"PrimitiveType": "Integer",
|
|
86845
|
+
"Required": false,
|
|
86846
|
+
"UpdateType": "Immutable"
|
|
86847
|
+
},
|
|
86848
|
+
"ThrottlingRateLimit": {
|
|
86849
|
+
"Documentation": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html#cfn-apigatewayv2-stage-routesettings-throttlingratelimit",
|
|
86850
|
+
"PrimitiveType": "Double",
|
|
86851
|
+
"Required": false,
|
|
86852
|
+
"UpdateType": "Immutable"
|
|
86853
|
+
}
|
|
86854
|
+
}
|
|
86855
|
+
},
|
|
86720
86856
|
"AWS::Serverless::Function.S3Event": {
|
|
86721
86857
|
"Documentation": "https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#s3",
|
|
86722
86858
|
"Properties": {
|
|
@@ -88813,7 +88949,7 @@
|
|
|
88813
88949
|
"DestinationFileLocation": {
|
|
88814
88950
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-copystepdetails.html#cfn-transfer-workflow-copystepdetails-destinationfilelocation",
|
|
88815
88951
|
"Required": false,
|
|
88816
|
-
"Type": "
|
|
88952
|
+
"Type": "S3FileLocation",
|
|
88817
88953
|
"UpdateType": "Immutable"
|
|
88818
88954
|
},
|
|
88819
88955
|
"Name": {
|
|
@@ -88865,6 +89001,41 @@
|
|
|
88865
89001
|
}
|
|
88866
89002
|
}
|
|
88867
89003
|
},
|
|
89004
|
+
"AWS::Transfer::Workflow.DecryptStepDetails": {
|
|
89005
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-decryptstepdetails.html",
|
|
89006
|
+
"Properties": {
|
|
89007
|
+
"DestinationFileLocation": {
|
|
89008
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-decryptstepdetails.html#cfn-transfer-workflow-decryptstepdetails-destinationfilelocation",
|
|
89009
|
+
"Required": false,
|
|
89010
|
+
"Type": "InputFileLocation",
|
|
89011
|
+
"UpdateType": "Immutable"
|
|
89012
|
+
},
|
|
89013
|
+
"Name": {
|
|
89014
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-decryptstepdetails.html#cfn-transfer-workflow-decryptstepdetails-name",
|
|
89015
|
+
"PrimitiveType": "String",
|
|
89016
|
+
"Required": false,
|
|
89017
|
+
"UpdateType": "Immutable"
|
|
89018
|
+
},
|
|
89019
|
+
"OverwriteExisting": {
|
|
89020
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-decryptstepdetails.html#cfn-transfer-workflow-decryptstepdetails-overwriteexisting",
|
|
89021
|
+
"PrimitiveType": "String",
|
|
89022
|
+
"Required": false,
|
|
89023
|
+
"UpdateType": "Immutable"
|
|
89024
|
+
},
|
|
89025
|
+
"SourceFileLocation": {
|
|
89026
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-decryptstepdetails.html#cfn-transfer-workflow-decryptstepdetails-sourcefilelocation",
|
|
89027
|
+
"PrimitiveType": "String",
|
|
89028
|
+
"Required": false,
|
|
89029
|
+
"UpdateType": "Immutable"
|
|
89030
|
+
},
|
|
89031
|
+
"Type": {
|
|
89032
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-decryptstepdetails.html#cfn-transfer-workflow-decryptstepdetails-type",
|
|
89033
|
+
"PrimitiveType": "String",
|
|
89034
|
+
"Required": false,
|
|
89035
|
+
"UpdateType": "Immutable"
|
|
89036
|
+
}
|
|
89037
|
+
}
|
|
89038
|
+
},
|
|
88868
89039
|
"AWS::Transfer::Workflow.DeleteStepDetails": {
|
|
88869
89040
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-deletestepdetails.html",
|
|
88870
89041
|
"Properties": {
|
|
@@ -88882,9 +89053,32 @@
|
|
|
88882
89053
|
}
|
|
88883
89054
|
}
|
|
88884
89055
|
},
|
|
89056
|
+
"AWS::Transfer::Workflow.EfsInputFileLocation": {
|
|
89057
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-efsinputfilelocation.html",
|
|
89058
|
+
"Properties": {
|
|
89059
|
+
"FileSystemId": {
|
|
89060
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-efsinputfilelocation.html#cfn-transfer-workflow-efsinputfilelocation-filesystemid",
|
|
89061
|
+
"PrimitiveType": "String",
|
|
89062
|
+
"Required": false,
|
|
89063
|
+
"UpdateType": "Immutable"
|
|
89064
|
+
},
|
|
89065
|
+
"Path": {
|
|
89066
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-efsinputfilelocation.html#cfn-transfer-workflow-efsinputfilelocation-path",
|
|
89067
|
+
"PrimitiveType": "String",
|
|
89068
|
+
"Required": false,
|
|
89069
|
+
"UpdateType": "Immutable"
|
|
89070
|
+
}
|
|
89071
|
+
}
|
|
89072
|
+
},
|
|
88885
89073
|
"AWS::Transfer::Workflow.InputFileLocation": {
|
|
88886
89074
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-inputfilelocation.html",
|
|
88887
89075
|
"Properties": {
|
|
89076
|
+
"EfsFileLocation": {
|
|
89077
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-inputfilelocation.html#cfn-transfer-workflow-inputfilelocation-efsfilelocation",
|
|
89078
|
+
"Required": false,
|
|
89079
|
+
"Type": "EfsInputFileLocation",
|
|
89080
|
+
"UpdateType": "Immutable"
|
|
89081
|
+
},
|
|
88888
89082
|
"S3FileLocation": {
|
|
88889
89083
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-inputfilelocation.html#cfn-transfer-workflow-inputfilelocation-s3filelocation",
|
|
88890
89084
|
"Required": false,
|
|
@@ -88893,6 +89087,17 @@
|
|
|
88893
89087
|
}
|
|
88894
89088
|
}
|
|
88895
89089
|
},
|
|
89090
|
+
"AWS::Transfer::Workflow.S3FileLocation": {
|
|
89091
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-s3filelocation.html",
|
|
89092
|
+
"Properties": {
|
|
89093
|
+
"S3FileLocation": {
|
|
89094
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-s3filelocation.html#cfn-transfer-workflow-s3filelocation-s3filelocation",
|
|
89095
|
+
"Required": false,
|
|
89096
|
+
"Type": "S3InputFileLocation",
|
|
89097
|
+
"UpdateType": "Immutable"
|
|
89098
|
+
}
|
|
89099
|
+
}
|
|
89100
|
+
},
|
|
88896
89101
|
"AWS::Transfer::Workflow.S3InputFileLocation": {
|
|
88897
89102
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-s3inputfilelocation.html",
|
|
88898
89103
|
"Properties": {
|
|
@@ -88967,6 +89172,12 @@
|
|
|
88967
89172
|
"Required": false,
|
|
88968
89173
|
"UpdateType": "Immutable"
|
|
88969
89174
|
},
|
|
89175
|
+
"DecryptStepDetails": {
|
|
89176
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-workflowstep.html#cfn-transfer-workflow-workflowstep-decryptstepdetails",
|
|
89177
|
+
"Required": false,
|
|
89178
|
+
"Type": "DecryptStepDetails",
|
|
89179
|
+
"UpdateType": "Immutable"
|
|
89180
|
+
},
|
|
88970
89181
|
"DeleteStepDetails": {
|
|
88971
89182
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-workflowstep.html#cfn-transfer-workflow-workflowstep-deletestepdetails",
|
|
88972
89183
|
"PrimitiveType": "Json",
|
|
@@ -92280,7 +92491,7 @@
|
|
|
92280
92491
|
}
|
|
92281
92492
|
}
|
|
92282
92493
|
},
|
|
92283
|
-
"ResourceSpecificationVersion": "
|
|
92494
|
+
"ResourceSpecificationVersion": "108.0.0",
|
|
92284
92495
|
"ResourceTypes": {
|
|
92285
92496
|
"AWS::ACMPCA::Certificate": {
|
|
92286
92497
|
"Attributes": {
|
|
@@ -98912,6 +99123,12 @@
|
|
|
98912
99123
|
"Required": true,
|
|
98913
99124
|
"UpdateType": "Mutable"
|
|
98914
99125
|
},
|
|
99126
|
+
"Operation": {
|
|
99127
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-billingconductor-pricingrule.html#cfn-billingconductor-pricingrule-operation",
|
|
99128
|
+
"PrimitiveType": "String",
|
|
99129
|
+
"Required": false,
|
|
99130
|
+
"UpdateType": "Immutable"
|
|
99131
|
+
},
|
|
98915
99132
|
"Scope": {
|
|
98916
99133
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-billingconductor-pricingrule.html#cfn-billingconductor-pricingrule-scope",
|
|
98917
99134
|
"PrimitiveType": "String",
|
|
@@ -98943,6 +99160,12 @@
|
|
|
98943
99160
|
"PrimitiveType": "String",
|
|
98944
99161
|
"Required": true,
|
|
98945
99162
|
"UpdateType": "Mutable"
|
|
99163
|
+
},
|
|
99164
|
+
"UsageType": {
|
|
99165
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-billingconductor-pricingrule.html#cfn-billingconductor-pricingrule-usagetype",
|
|
99166
|
+
"PrimitiveType": "String",
|
|
99167
|
+
"Required": false,
|
|
99168
|
+
"UpdateType": "Immutable"
|
|
98946
99169
|
}
|
|
98947
99170
|
}
|
|
98948
99171
|
},
|
|
@@ -99128,7 +99351,13 @@
|
|
|
99128
99351
|
"Threshold": {
|
|
99129
99352
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ce-anomalysubscription.html#cfn-ce-anomalysubscription-threshold",
|
|
99130
99353
|
"PrimitiveType": "Double",
|
|
99131
|
-
"Required":
|
|
99354
|
+
"Required": false,
|
|
99355
|
+
"UpdateType": "Mutable"
|
|
99356
|
+
},
|
|
99357
|
+
"ThresholdExpression": {
|
|
99358
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ce-anomalysubscription.html#cfn-ce-anomalysubscription-thresholdexpression",
|
|
99359
|
+
"PrimitiveType": "String",
|
|
99360
|
+
"Required": false,
|
|
99132
99361
|
"UpdateType": "Mutable"
|
|
99133
99362
|
}
|
|
99134
99363
|
}
|
|
@@ -101024,6 +101253,12 @@
|
|
|
101024
101253
|
"Type": "List",
|
|
101025
101254
|
"UpdateType": "Mutable"
|
|
101026
101255
|
},
|
|
101256
|
+
"IncludeLinkedAccountsMetrics": {
|
|
101257
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-metricstream.html#cfn-cloudwatch-metricstream-includelinkedaccountsmetrics",
|
|
101258
|
+
"PrimitiveType": "Boolean",
|
|
101259
|
+
"Required": false,
|
|
101260
|
+
"UpdateType": "Mutable"
|
|
101261
|
+
},
|
|
101027
101262
|
"Name": {
|
|
101028
101263
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-metricstream.html#cfn-cloudwatch-metricstream-name",
|
|
101029
101264
|
"PrimitiveType": "String",
|
|
@@ -111396,6 +111631,12 @@
|
|
|
111396
111631
|
"Required": false,
|
|
111397
111632
|
"UpdateType": "Mutable"
|
|
111398
111633
|
},
|
|
111634
|
+
"PreserveOnDelete": {
|
|
111635
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-addon.html#cfn-eks-addon-preserveondelete",
|
|
111636
|
+
"PrimitiveType": "Boolean",
|
|
111637
|
+
"Required": false,
|
|
111638
|
+
"UpdateType": "Mutable"
|
|
111639
|
+
},
|
|
111399
111640
|
"ResolveConflicts": {
|
|
111400
111641
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-addon.html#cfn-eks-addon-resolveconflicts",
|
|
111401
111642
|
"PrimitiveType": "String",
|
|
@@ -114701,6 +114942,12 @@
|
|
|
114701
114942
|
"Type": "IEMap",
|
|
114702
114943
|
"UpdateType": "Mutable"
|
|
114703
114944
|
},
|
|
114945
|
+
"PolicyDescription": {
|
|
114946
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-policydescription",
|
|
114947
|
+
"PrimitiveType": "String",
|
|
114948
|
+
"Required": false,
|
|
114949
|
+
"UpdateType": "Mutable"
|
|
114950
|
+
},
|
|
114704
114951
|
"PolicyName": {
|
|
114705
114952
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-policyname",
|
|
114706
114953
|
"PrimitiveType": "String",
|
|
@@ -114713,6 +114960,14 @@
|
|
|
114713
114960
|
"Required": true,
|
|
114714
114961
|
"UpdateType": "Mutable"
|
|
114715
114962
|
},
|
|
114963
|
+
"ResourceSetIds": {
|
|
114964
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-resourcesetids",
|
|
114965
|
+
"DuplicatesAllowed": false,
|
|
114966
|
+
"PrimitiveItemType": "String",
|
|
114967
|
+
"Required": false,
|
|
114968
|
+
"Type": "List",
|
|
114969
|
+
"UpdateType": "Mutable"
|
|
114970
|
+
},
|
|
114716
114971
|
"ResourceTags": {
|
|
114717
114972
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-resourcetags",
|
|
114718
114973
|
"DuplicatesAllowed": true,
|
|
@@ -114724,7 +114979,7 @@
|
|
|
114724
114979
|
"ResourceType": {
|
|
114725
114980
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-resourcetype",
|
|
114726
114981
|
"PrimitiveType": "String",
|
|
114727
|
-
"Required":
|
|
114982
|
+
"Required": false,
|
|
114728
114983
|
"UpdateType": "Mutable"
|
|
114729
114984
|
},
|
|
114730
114985
|
"ResourceTypeList": {
|
|
@@ -123110,6 +123365,45 @@
|
|
|
123110
123365
|
}
|
|
123111
123366
|
}
|
|
123112
123367
|
},
|
|
123368
|
+
"AWS::KendraRanking::ExecutionPlan": {
|
|
123369
|
+
"Attributes": {
|
|
123370
|
+
"Arn": {
|
|
123371
|
+
"PrimitiveType": "String"
|
|
123372
|
+
},
|
|
123373
|
+
"Id": {
|
|
123374
|
+
"PrimitiveType": "String"
|
|
123375
|
+
}
|
|
123376
|
+
},
|
|
123377
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendraranking-executionplan.html",
|
|
123378
|
+
"Properties": {
|
|
123379
|
+
"CapacityUnits": {
|
|
123380
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendraranking-executionplan.html#cfn-kendraranking-executionplan-capacityunits",
|
|
123381
|
+
"Required": false,
|
|
123382
|
+
"Type": "CapacityUnitsConfiguration",
|
|
123383
|
+
"UpdateType": "Mutable"
|
|
123384
|
+
},
|
|
123385
|
+
"Description": {
|
|
123386
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendraranking-executionplan.html#cfn-kendraranking-executionplan-description",
|
|
123387
|
+
"PrimitiveType": "String",
|
|
123388
|
+
"Required": false,
|
|
123389
|
+
"UpdateType": "Mutable"
|
|
123390
|
+
},
|
|
123391
|
+
"Name": {
|
|
123392
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendraranking-executionplan.html#cfn-kendraranking-executionplan-name",
|
|
123393
|
+
"PrimitiveType": "String",
|
|
123394
|
+
"Required": true,
|
|
123395
|
+
"UpdateType": "Mutable"
|
|
123396
|
+
},
|
|
123397
|
+
"Tags": {
|
|
123398
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendraranking-executionplan.html#cfn-kendraranking-executionplan-tags",
|
|
123399
|
+
"DuplicatesAllowed": true,
|
|
123400
|
+
"ItemType": "Tag",
|
|
123401
|
+
"Required": false,
|
|
123402
|
+
"Type": "List",
|
|
123403
|
+
"UpdateType": "Mutable"
|
|
123404
|
+
}
|
|
123405
|
+
}
|
|
123406
|
+
},
|
|
123113
123407
|
"AWS::Kinesis::Stream": {
|
|
123114
123408
|
"Attributes": {
|
|
123115
123409
|
"Arn": {
|
|
@@ -133652,6 +133946,12 @@
|
|
|
133652
133946
|
},
|
|
133653
133947
|
"AWS::RDS::DBInstance": {
|
|
133654
133948
|
"Attributes": {
|
|
133949
|
+
"CertificateDetails.CAIdentifier": {
|
|
133950
|
+
"PrimitiveType": "String"
|
|
133951
|
+
},
|
|
133952
|
+
"CertificateDetails.ValidTill": {
|
|
133953
|
+
"PrimitiveType": "String"
|
|
133954
|
+
},
|
|
133655
133955
|
"DBInstanceArn": {
|
|
133656
133956
|
"PrimitiveType": "String"
|
|
133657
133957
|
},
|
|
@@ -133720,6 +134020,18 @@
|
|
|
133720
134020
|
"Required": false,
|
|
133721
134021
|
"UpdateType": "Mutable"
|
|
133722
134022
|
},
|
|
134023
|
+
"CertificateDetails": {
|
|
134024
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-certificatedetails",
|
|
134025
|
+
"Required": false,
|
|
134026
|
+
"Type": "CertificateDetails",
|
|
134027
|
+
"UpdateType": "Mutable"
|
|
134028
|
+
},
|
|
134029
|
+
"CertificateRotationRestart": {
|
|
134030
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-certificaterotationrestart",
|
|
134031
|
+
"PrimitiveType": "Boolean",
|
|
134032
|
+
"Required": false,
|
|
134033
|
+
"UpdateType": "Mutable"
|
|
134034
|
+
},
|
|
133723
134035
|
"CharacterSetName": {
|
|
133724
134036
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-charactersetname",
|
|
133725
134037
|
"PrimitiveType": "String",
|
|
@@ -141319,6 +141631,11 @@
|
|
|
141319
141631
|
}
|
|
141320
141632
|
},
|
|
141321
141633
|
"AWS::SecretsManager::Secret": {
|
|
141634
|
+
"Attributes": {
|
|
141635
|
+
"Id": {
|
|
141636
|
+
"PrimitiveType": "String"
|
|
141637
|
+
}
|
|
141638
|
+
},
|
|
141322
141639
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html",
|
|
141323
141640
|
"Properties": {
|
|
141324
141641
|
"Description": {
|
|
@@ -141347,6 +141664,7 @@
|
|
|
141347
141664
|
},
|
|
141348
141665
|
"ReplicaRegions": {
|
|
141349
141666
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-replicaregions",
|
|
141667
|
+
"DuplicatesAllowed": true,
|
|
141350
141668
|
"ItemType": "ReplicaRegion",
|
|
141351
141669
|
"Required": false,
|
|
141352
141670
|
"Type": "List",
|
|
@@ -141360,6 +141678,7 @@
|
|
|
141360
141678
|
},
|
|
141361
141679
|
"Tags": {
|
|
141362
141680
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-tags",
|
|
141681
|
+
"DuplicatesAllowed": true,
|
|
141363
141682
|
"ItemType": "Tag",
|
|
141364
141683
|
"Required": false,
|
|
141365
141684
|
"Type": "List",
|
|
@@ -141475,6 +141794,12 @@
|
|
|
141475
141794
|
"Required": false,
|
|
141476
141795
|
"UpdateType": "Immutable"
|
|
141477
141796
|
},
|
|
141797
|
+
"DisableExecuteApiEndpoint": {
|
|
141798
|
+
"Documentation": "https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-resource-api.html#sam-api-disableexecuteapiendpoint",
|
|
141799
|
+
"PrimitiveType": "Boolean",
|
|
141800
|
+
"Required": false,
|
|
141801
|
+
"UpdateType": "Immutable"
|
|
141802
|
+
},
|
|
141478
141803
|
"Domain": {
|
|
141479
141804
|
"Documentation": "https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-resource-api.html#sam-api-domain",
|
|
141480
141805
|
"Required": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-cdk/cloudformation-diff",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.62.1",
|
|
4
4
|
"description": "Utilities to diff CDK stacks against CloudFormation templates",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
"license": "Apache-2.0",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@aws-cdk/cfnspec": "2.
|
|
26
|
+
"@aws-cdk/cfnspec": "2.62.1",
|
|
27
27
|
"@types/node": "^14.18.36",
|
|
28
28
|
"chalk": "^4",
|
|
29
29
|
"diff": "^5.1.0",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"table": "^6.8.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@aws-cdk/cdk-build-tools": "2.
|
|
36
|
-
"@aws-cdk/pkglint": "2.
|
|
35
|
+
"@aws-cdk/cdk-build-tools": "2.62.1",
|
|
36
|
+
"@aws-cdk/pkglint": "2.62.1",
|
|
37
37
|
"@types/jest": "^27.5.2",
|
|
38
38
|
"@types/string-width": "^4.0.1",
|
|
39
39
|
"fast-check": "^2.25.0",
|
package/package.json
CHANGED
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"jsii-pacmak": "^1.73.0",
|
|
56
56
|
"json-schema": "^0.4.0",
|
|
57
57
|
"npm-check-updates": "^16",
|
|
58
|
-
"projen": "0.67.
|
|
58
|
+
"projen": "0.67.15",
|
|
59
59
|
"standard-version": "^9",
|
|
60
60
|
"ts-jest": "^27",
|
|
61
61
|
"typescript": "3.9.10"
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"constructs": "^10.0.5"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@aws-cdk/assert": "^2.
|
|
68
|
+
"@aws-cdk/assert": "^2.62.1",
|
|
69
69
|
"case": "^1.6.3",
|
|
70
70
|
"sync-request": "^6.1.0"
|
|
71
71
|
},
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
],
|
|
84
84
|
"main": "lib/index.js",
|
|
85
85
|
"license": "Apache-2.0",
|
|
86
|
-
"version": "2.0.
|
|
86
|
+
"version": "2.0.391",
|
|
87
87
|
"jest": {
|
|
88
88
|
"testMatch": [
|
|
89
89
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|