@aws-solutions-constructs/core 2.58.1 → 2.60.0
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 +231 -56
- package/lib/cloudfront-distribution-helper.d.ts +2 -0
- package/lib/cloudfront-distribution-helper.js +42 -20
- package/lib/lambda-event-source-mapping-defaults.js +5 -3
- package/lib/s3-bucket-helper.d.ts +9 -1
- package/lib/s3-bucket-helper.js +13 -8
- package/lib/sqs-helper.d.ts +20 -7
- package/lib/sqs-helper.js +32 -13
- package/lib/step-function-helper.d.ts +2 -1
- package/lib/step-function-helper.js +11 -6
- package/package.json +4 -4
- package/test/cloudfront-distribution-s3-helper.test.js +53 -26
- package/test/sqs-helper.test.js +51 -9
- package/test/step-function-helper.test.js +62 -31
- package/test/test-helper.d.ts +2 -0
- package/test/test-helper.js +18 -2
package/.jsii
CHANGED
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"npmlog": "^7.0.0"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@aws-cdk/integ-tests-alpha": "2.
|
|
17
|
-
"aws-cdk-lib": "^2.
|
|
16
|
+
"@aws-cdk/integ-tests-alpha": "2.145.0-alpha.0",
|
|
17
|
+
"aws-cdk-lib": "^2.145.0",
|
|
18
18
|
"constructs": "^10.0.0"
|
|
19
19
|
},
|
|
20
20
|
"dependencyClosure": {
|
|
@@ -259,8 +259,32 @@
|
|
|
259
259
|
}
|
|
260
260
|
}
|
|
261
261
|
},
|
|
262
|
-
"aws-cdk-lib.aws_apigatewayv2_authorizers": {
|
|
263
|
-
|
|
262
|
+
"aws-cdk-lib.aws_apigatewayv2_authorizers": {
|
|
263
|
+
"targets": {
|
|
264
|
+
"dotnet": {
|
|
265
|
+
"namespace": "Amazon.CDK.AwsApigatewayv2Authorizers"
|
|
266
|
+
},
|
|
267
|
+
"java": {
|
|
268
|
+
"package": "software.amazon.awscdk.aws_apigatewayv2_authorizers"
|
|
269
|
+
},
|
|
270
|
+
"python": {
|
|
271
|
+
"module": "aws_cdk.aws_apigatewayv2_authorizers"
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
},
|
|
275
|
+
"aws-cdk-lib.aws_apigatewayv2_integrations": {
|
|
276
|
+
"targets": {
|
|
277
|
+
"dotnet": {
|
|
278
|
+
"namespace": "Amazon.CDK.AwsApigatewayv2Integrations"
|
|
279
|
+
},
|
|
280
|
+
"java": {
|
|
281
|
+
"package": "software.amazon.awscdk.aws_apigatewayv2_integrations"
|
|
282
|
+
},
|
|
283
|
+
"python": {
|
|
284
|
+
"module": "aws_cdk.aws_apigatewayv2_integrations"
|
|
285
|
+
}
|
|
286
|
+
}
|
|
287
|
+
},
|
|
264
288
|
"aws-cdk-lib.aws_appconfig": {
|
|
265
289
|
"targets": {
|
|
266
290
|
"dotnet": {
|
|
@@ -3788,7 +3812,7 @@
|
|
|
3788
3812
|
},
|
|
3789
3813
|
"description": "Core CDK Construct for patterns library",
|
|
3790
3814
|
"homepage": "https://github.com/awslabs/aws-solutions-constructs.git",
|
|
3791
|
-
"jsiiVersion": "1.
|
|
3815
|
+
"jsiiVersion": "1.99.0 (build 8f757e4)",
|
|
3792
3816
|
"license": "Apache-2.0",
|
|
3793
3817
|
"metadata": {
|
|
3794
3818
|
"jsii": {
|
|
@@ -4043,7 +4067,7 @@
|
|
|
4043
4067
|
"kind": "interface",
|
|
4044
4068
|
"locationInModule": {
|
|
4045
4069
|
"filename": "lib/sqs-helper.ts",
|
|
4046
|
-
"line":
|
|
4070
|
+
"line": 171
|
|
4047
4071
|
},
|
|
4048
4072
|
"name": "BuildDeadLetterQueueProps",
|
|
4049
4073
|
"properties": [
|
|
@@ -4056,7 +4080,7 @@
|
|
|
4056
4080
|
"immutable": true,
|
|
4057
4081
|
"locationInModule": {
|
|
4058
4082
|
"filename": "lib/sqs-helper.ts",
|
|
4059
|
-
"line":
|
|
4083
|
+
"line": 189
|
|
4060
4084
|
},
|
|
4061
4085
|
"name": "deadLetterQueueProps",
|
|
4062
4086
|
"optional": true,
|
|
@@ -4073,7 +4097,7 @@
|
|
|
4073
4097
|
"immutable": true,
|
|
4074
4098
|
"locationInModule": {
|
|
4075
4099
|
"filename": "lib/sqs-helper.ts",
|
|
4076
|
-
"line":
|
|
4100
|
+
"line": 183
|
|
4077
4101
|
},
|
|
4078
4102
|
"name": "deployDeadLetterQueue",
|
|
4079
4103
|
"optional": true,
|
|
@@ -4090,7 +4114,7 @@
|
|
|
4090
4114
|
"immutable": true,
|
|
4091
4115
|
"locationInModule": {
|
|
4092
4116
|
"filename": "lib/sqs-helper.ts",
|
|
4093
|
-
"line":
|
|
4117
|
+
"line": 177
|
|
4094
4118
|
},
|
|
4095
4119
|
"name": "existingQueueObj",
|
|
4096
4120
|
"optional": true,
|
|
@@ -4107,7 +4131,7 @@
|
|
|
4107
4131
|
"immutable": true,
|
|
4108
4132
|
"locationInModule": {
|
|
4109
4133
|
"filename": "lib/sqs-helper.ts",
|
|
4110
|
-
"line":
|
|
4134
|
+
"line": 195
|
|
4111
4135
|
},
|
|
4112
4136
|
"name": "maxReceiveCount",
|
|
4113
4137
|
"optional": true,
|
|
@@ -5065,18 +5089,35 @@
|
|
|
5065
5089
|
{
|
|
5066
5090
|
"abstract": true,
|
|
5067
5091
|
"docs": {
|
|
5068
|
-
"default": "- Default props are used
|
|
5069
|
-
"summary": "Optional
|
|
5092
|
+
"default": "- Default props are used",
|
|
5093
|
+
"summary": "Optional user provided properties for the dead letter queue."
|
|
5070
5094
|
},
|
|
5071
5095
|
"immutable": true,
|
|
5072
5096
|
"locationInModule": {
|
|
5073
5097
|
"filename": "lib/sqs-helper.ts",
|
|
5074
|
-
"line":
|
|
5098
|
+
"line": 73
|
|
5075
5099
|
},
|
|
5076
|
-
"name": "
|
|
5100
|
+
"name": "deadLetterQueueProps",
|
|
5077
5101
|
"optional": true,
|
|
5078
5102
|
"type": {
|
|
5079
|
-
"fqn": "aws-cdk-lib.aws_sqs.
|
|
5103
|
+
"fqn": "aws-cdk-lib.aws_sqs.QueueProps"
|
|
5104
|
+
}
|
|
5105
|
+
},
|
|
5106
|
+
{
|
|
5107
|
+
"abstract": true,
|
|
5108
|
+
"docs": {
|
|
5109
|
+
"default": "- true",
|
|
5110
|
+
"summary": "Whether to deploy a secondary queue to be used as a dead letter queue."
|
|
5111
|
+
},
|
|
5112
|
+
"immutable": true,
|
|
5113
|
+
"locationInModule": {
|
|
5114
|
+
"filename": "lib/sqs-helper.ts",
|
|
5115
|
+
"line": 67
|
|
5116
|
+
},
|
|
5117
|
+
"name": "deployDeadLetterQueue",
|
|
5118
|
+
"optional": true,
|
|
5119
|
+
"type": {
|
|
5120
|
+
"primitive": "boolean"
|
|
5080
5121
|
}
|
|
5081
5122
|
},
|
|
5082
5123
|
{
|
|
@@ -5089,7 +5130,7 @@
|
|
|
5089
5130
|
"immutable": true,
|
|
5090
5131
|
"locationInModule": {
|
|
5091
5132
|
"filename": "lib/sqs-helper.ts",
|
|
5092
|
-
"line":
|
|
5133
|
+
"line": 49
|
|
5093
5134
|
},
|
|
5094
5135
|
"name": "enableEncryptionWithCustomerManagedKey",
|
|
5095
5136
|
"optional": true,
|
|
@@ -5106,7 +5147,7 @@
|
|
|
5106
5147
|
"immutable": true,
|
|
5107
5148
|
"locationInModule": {
|
|
5108
5149
|
"filename": "lib/sqs-helper.ts",
|
|
5109
|
-
"line":
|
|
5150
|
+
"line": 55
|
|
5110
5151
|
},
|
|
5111
5152
|
"name": "encryptionKey",
|
|
5112
5153
|
"optional": true,
|
|
@@ -5123,7 +5164,7 @@
|
|
|
5123
5164
|
"immutable": true,
|
|
5124
5165
|
"locationInModule": {
|
|
5125
5166
|
"filename": "lib/sqs-helper.ts",
|
|
5126
|
-
"line":
|
|
5167
|
+
"line": 61
|
|
5127
5168
|
},
|
|
5128
5169
|
"name": "encryptionKeyProps",
|
|
5129
5170
|
"optional": true,
|
|
@@ -5148,6 +5189,23 @@
|
|
|
5148
5189
|
"fqn": "aws-cdk-lib.aws_sqs.Queue"
|
|
5149
5190
|
}
|
|
5150
5191
|
},
|
|
5192
|
+
{
|
|
5193
|
+
"abstract": true,
|
|
5194
|
+
"docs": {
|
|
5195
|
+
"default": "- Default props are used",
|
|
5196
|
+
"summary": "The number of times a message can be unsuccessfully dequeued before being moved to the dead letter queue."
|
|
5197
|
+
},
|
|
5198
|
+
"immutable": true,
|
|
5199
|
+
"locationInModule": {
|
|
5200
|
+
"filename": "lib/sqs-helper.ts",
|
|
5201
|
+
"line": 79
|
|
5202
|
+
},
|
|
5203
|
+
"name": "maxReceiveCount",
|
|
5204
|
+
"optional": true,
|
|
5205
|
+
"type": {
|
|
5206
|
+
"primitive": "number"
|
|
5207
|
+
}
|
|
5208
|
+
},
|
|
5151
5209
|
{
|
|
5152
5210
|
"abstract": true,
|
|
5153
5211
|
"docs": {
|
|
@@ -5175,7 +5233,7 @@
|
|
|
5175
5233
|
"kind": "interface",
|
|
5176
5234
|
"locationInModule": {
|
|
5177
5235
|
"filename": "lib/sqs-helper.ts",
|
|
5178
|
-
"line":
|
|
5236
|
+
"line": 82
|
|
5179
5237
|
},
|
|
5180
5238
|
"name": "BuildQueueResponse",
|
|
5181
5239
|
"properties": [
|
|
@@ -5184,7 +5242,7 @@
|
|
|
5184
5242
|
"immutable": true,
|
|
5185
5243
|
"locationInModule": {
|
|
5186
5244
|
"filename": "lib/sqs-helper.ts",
|
|
5187
|
-
"line":
|
|
5245
|
+
"line": 83
|
|
5188
5246
|
},
|
|
5189
5247
|
"name": "queue",
|
|
5190
5248
|
"type": {
|
|
@@ -5196,7 +5254,20 @@
|
|
|
5196
5254
|
"immutable": true,
|
|
5197
5255
|
"locationInModule": {
|
|
5198
5256
|
"filename": "lib/sqs-helper.ts",
|
|
5199
|
-
"line":
|
|
5257
|
+
"line": 85
|
|
5258
|
+
},
|
|
5259
|
+
"name": "dlq",
|
|
5260
|
+
"optional": true,
|
|
5261
|
+
"type": {
|
|
5262
|
+
"fqn": "aws-cdk-lib.aws_sqs.DeadLetterQueue"
|
|
5263
|
+
}
|
|
5264
|
+
},
|
|
5265
|
+
{
|
|
5266
|
+
"abstract": true,
|
|
5267
|
+
"immutable": true,
|
|
5268
|
+
"locationInModule": {
|
|
5269
|
+
"filename": "lib/sqs-helper.ts",
|
|
5270
|
+
"line": 84
|
|
5200
5271
|
},
|
|
5201
5272
|
"name": "key",
|
|
5202
5273
|
"optional": true,
|
|
@@ -5280,7 +5351,7 @@
|
|
|
5280
5351
|
"kind": "interface",
|
|
5281
5352
|
"locationInModule": {
|
|
5282
5353
|
"filename": "lib/s3-bucket-helper.ts",
|
|
5283
|
-
"line":
|
|
5354
|
+
"line": 186
|
|
5284
5355
|
},
|
|
5285
5356
|
"name": "BuildS3BucketResponse",
|
|
5286
5357
|
"properties": [
|
|
@@ -5289,7 +5360,7 @@
|
|
|
5289
5360
|
"immutable": true,
|
|
5290
5361
|
"locationInModule": {
|
|
5291
5362
|
"filename": "lib/s3-bucket-helper.ts",
|
|
5292
|
-
"line":
|
|
5363
|
+
"line": 187
|
|
5293
5364
|
},
|
|
5294
5365
|
"name": "bucket",
|
|
5295
5366
|
"type": {
|
|
@@ -5301,7 +5372,7 @@
|
|
|
5301
5372
|
"immutable": true,
|
|
5302
5373
|
"locationInModule": {
|
|
5303
5374
|
"filename": "lib/s3-bucket-helper.ts",
|
|
5304
|
-
"line":
|
|
5375
|
+
"line": 188
|
|
5305
5376
|
},
|
|
5306
5377
|
"name": "loggingBucket",
|
|
5307
5378
|
"optional": true,
|
|
@@ -5604,7 +5675,7 @@
|
|
|
5604
5675
|
"kind": "interface",
|
|
5605
5676
|
"locationInModule": {
|
|
5606
5677
|
"filename": "lib/step-function-helper.ts",
|
|
5607
|
-
"line":
|
|
5678
|
+
"line": 37
|
|
5608
5679
|
},
|
|
5609
5680
|
"name": "BuildStateMachineResponse",
|
|
5610
5681
|
"properties": [
|
|
@@ -5613,7 +5684,7 @@
|
|
|
5613
5684
|
"immutable": true,
|
|
5614
5685
|
"locationInModule": {
|
|
5615
5686
|
"filename": "lib/step-function-helper.ts",
|
|
5616
|
-
"line":
|
|
5687
|
+
"line": 39
|
|
5617
5688
|
},
|
|
5618
5689
|
"name": "logGroup",
|
|
5619
5690
|
"type": {
|
|
@@ -5625,7 +5696,7 @@
|
|
|
5625
5696
|
"immutable": true,
|
|
5626
5697
|
"locationInModule": {
|
|
5627
5698
|
"filename": "lib/step-function-helper.ts",
|
|
5628
|
-
"line":
|
|
5699
|
+
"line": 38
|
|
5629
5700
|
},
|
|
5630
5701
|
"name": "stateMachine",
|
|
5631
5702
|
"type": {
|
|
@@ -6018,7 +6089,7 @@
|
|
|
6018
6089
|
"kind": "interface",
|
|
6019
6090
|
"locationInModule": {
|
|
6020
6091
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
6021
|
-
"line":
|
|
6092
|
+
"line": 191
|
|
6022
6093
|
},
|
|
6023
6094
|
"name": "CloudFrontDistributionForMediaStoreResponse",
|
|
6024
6095
|
"properties": [
|
|
@@ -6027,7 +6098,7 @@
|
|
|
6027
6098
|
"immutable": true,
|
|
6028
6099
|
"locationInModule": {
|
|
6029
6100
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
6030
|
-
"line":
|
|
6101
|
+
"line": 192
|
|
6031
6102
|
},
|
|
6032
6103
|
"name": "distribution",
|
|
6033
6104
|
"type": {
|
|
@@ -6039,7 +6110,7 @@
|
|
|
6039
6110
|
"immutable": true,
|
|
6040
6111
|
"locationInModule": {
|
|
6041
6112
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
6042
|
-
"line":
|
|
6113
|
+
"line": 194
|
|
6043
6114
|
},
|
|
6044
6115
|
"name": "requestPolicy",
|
|
6045
6116
|
"type": {
|
|
@@ -6051,7 +6122,7 @@
|
|
|
6051
6122
|
"immutable": true,
|
|
6052
6123
|
"locationInModule": {
|
|
6053
6124
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
6054
|
-
"line":
|
|
6125
|
+
"line": 195
|
|
6055
6126
|
},
|
|
6056
6127
|
"name": "cloudfrontFunction",
|
|
6057
6128
|
"optional": true,
|
|
@@ -6064,7 +6135,7 @@
|
|
|
6064
6135
|
"immutable": true,
|
|
6065
6136
|
"locationInModule": {
|
|
6066
6137
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
6067
|
-
"line":
|
|
6138
|
+
"line": 193
|
|
6068
6139
|
},
|
|
6069
6140
|
"name": "loggingBucket",
|
|
6070
6141
|
"optional": true,
|
|
@@ -6082,7 +6153,7 @@
|
|
|
6082
6153
|
"kind": "interface",
|
|
6083
6154
|
"locationInModule": {
|
|
6084
6155
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
6085
|
-
"line":
|
|
6156
|
+
"line": 324
|
|
6086
6157
|
},
|
|
6087
6158
|
"name": "CloudFrontProps",
|
|
6088
6159
|
"properties": [
|
|
@@ -6091,7 +6162,7 @@
|
|
|
6091
6162
|
"immutable": true,
|
|
6092
6163
|
"locationInModule": {
|
|
6093
6164
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
6094
|
-
"line":
|
|
6165
|
+
"line": 325
|
|
6095
6166
|
},
|
|
6096
6167
|
"name": "insertHttpSecurityHeaders",
|
|
6097
6168
|
"optional": true,
|
|
@@ -6104,7 +6175,7 @@
|
|
|
6104
6175
|
"immutable": true,
|
|
6105
6176
|
"locationInModule": {
|
|
6106
6177
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
6107
|
-
"line":
|
|
6178
|
+
"line": 326
|
|
6108
6179
|
},
|
|
6109
6180
|
"name": "responseHeadersPolicyProps",
|
|
6110
6181
|
"optional": true,
|
|
@@ -6214,6 +6285,19 @@
|
|
|
6214
6285
|
"fqn": "aws-cdk-lib.aws_s3.BucketProps"
|
|
6215
6286
|
}
|
|
6216
6287
|
},
|
|
6288
|
+
{
|
|
6289
|
+
"abstract": true,
|
|
6290
|
+
"immutable": true,
|
|
6291
|
+
"locationInModule": {
|
|
6292
|
+
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
6293
|
+
"line": 111
|
|
6294
|
+
},
|
|
6295
|
+
"name": "cloudFrontLoggingBucketS3AccessLogBucketProps",
|
|
6296
|
+
"optional": true,
|
|
6297
|
+
"type": {
|
|
6298
|
+
"fqn": "aws-cdk-lib.aws_s3.BucketProps"
|
|
6299
|
+
}
|
|
6300
|
+
},
|
|
6217
6301
|
{
|
|
6218
6302
|
"abstract": true,
|
|
6219
6303
|
"immutable": true,
|
|
@@ -6232,7 +6316,7 @@
|
|
|
6232
6316
|
"immutable": true,
|
|
6233
6317
|
"locationInModule": {
|
|
6234
6318
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
6235
|
-
"line":
|
|
6319
|
+
"line": 112
|
|
6236
6320
|
},
|
|
6237
6321
|
"name": "responseHeadersPolicyProps",
|
|
6238
6322
|
"optional": true,
|
|
@@ -6250,7 +6334,7 @@
|
|
|
6250
6334
|
"kind": "interface",
|
|
6251
6335
|
"locationInModule": {
|
|
6252
6336
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
6253
|
-
"line":
|
|
6337
|
+
"line": 115
|
|
6254
6338
|
},
|
|
6255
6339
|
"name": "CreateCloudFrontDistributionForS3Response",
|
|
6256
6340
|
"properties": [
|
|
@@ -6259,7 +6343,7 @@
|
|
|
6259
6343
|
"immutable": true,
|
|
6260
6344
|
"locationInModule": {
|
|
6261
6345
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
6262
|
-
"line":
|
|
6346
|
+
"line": 116
|
|
6263
6347
|
},
|
|
6264
6348
|
"name": "distribution",
|
|
6265
6349
|
"type": {
|
|
@@ -6271,7 +6355,7 @@
|
|
|
6271
6355
|
"immutable": true,
|
|
6272
6356
|
"locationInModule": {
|
|
6273
6357
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
6274
|
-
"line":
|
|
6358
|
+
"line": 119
|
|
6275
6359
|
},
|
|
6276
6360
|
"name": "cloudfrontFunction",
|
|
6277
6361
|
"optional": true,
|
|
@@ -6284,7 +6368,7 @@
|
|
|
6284
6368
|
"immutable": true,
|
|
6285
6369
|
"locationInModule": {
|
|
6286
6370
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
6287
|
-
"line":
|
|
6371
|
+
"line": 117
|
|
6288
6372
|
},
|
|
6289
6373
|
"name": "loggingBucket",
|
|
6290
6374
|
"optional": true,
|
|
@@ -6299,6 +6383,19 @@
|
|
|
6299
6383
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
6300
6384
|
"line": 118
|
|
6301
6385
|
},
|
|
6386
|
+
"name": "loggingBucketS3AccesssLogBucket",
|
|
6387
|
+
"optional": true,
|
|
6388
|
+
"type": {
|
|
6389
|
+
"fqn": "aws-cdk-lib.aws_s3.Bucket"
|
|
6390
|
+
}
|
|
6391
|
+
},
|
|
6392
|
+
{
|
|
6393
|
+
"abstract": true,
|
|
6394
|
+
"immutable": true,
|
|
6395
|
+
"locationInModule": {
|
|
6396
|
+
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
6397
|
+
"line": 120
|
|
6398
|
+
},
|
|
6302
6399
|
"name": "originAccessControl",
|
|
6303
6400
|
"optional": true,
|
|
6304
6401
|
"type": {
|
|
@@ -6308,6 +6405,84 @@
|
|
|
6308
6405
|
],
|
|
6309
6406
|
"symbolId": "lib/cloudfront-distribution-helper:CreateCloudFrontDistributionForS3Response"
|
|
6310
6407
|
},
|
|
6408
|
+
"@aws-solutions-constructs/core.CreateCloudFrontLoggingBucketRequest": {
|
|
6409
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
6410
|
+
"datatype": true,
|
|
6411
|
+
"fqn": "@aws-solutions-constructs/core.CreateCloudFrontLoggingBucketRequest",
|
|
6412
|
+
"kind": "interface",
|
|
6413
|
+
"locationInModule": {
|
|
6414
|
+
"filename": "lib/s3-bucket-helper.ts",
|
|
6415
|
+
"line": 88
|
|
6416
|
+
},
|
|
6417
|
+
"name": "CreateCloudFrontLoggingBucketRequest",
|
|
6418
|
+
"properties": [
|
|
6419
|
+
{
|
|
6420
|
+
"abstract": true,
|
|
6421
|
+
"immutable": true,
|
|
6422
|
+
"locationInModule": {
|
|
6423
|
+
"filename": "lib/s3-bucket-helper.ts",
|
|
6424
|
+
"line": 89
|
|
6425
|
+
},
|
|
6426
|
+
"name": "loggingBucketProps",
|
|
6427
|
+
"type": {
|
|
6428
|
+
"fqn": "aws-cdk-lib.aws_s3.BucketProps"
|
|
6429
|
+
}
|
|
6430
|
+
},
|
|
6431
|
+
{
|
|
6432
|
+
"abstract": true,
|
|
6433
|
+
"immutable": true,
|
|
6434
|
+
"locationInModule": {
|
|
6435
|
+
"filename": "lib/s3-bucket-helper.ts",
|
|
6436
|
+
"line": 90
|
|
6437
|
+
},
|
|
6438
|
+
"name": "s3AccessLogBucketProps",
|
|
6439
|
+
"optional": true,
|
|
6440
|
+
"type": {
|
|
6441
|
+
"fqn": "aws-cdk-lib.aws_s3.BucketProps"
|
|
6442
|
+
}
|
|
6443
|
+
}
|
|
6444
|
+
],
|
|
6445
|
+
"symbolId": "lib/s3-bucket-helper:CreateCloudFrontLoggingBucketRequest"
|
|
6446
|
+
},
|
|
6447
|
+
"@aws-solutions-constructs/core.CreateCloudFrontLoggingBucketResponse": {
|
|
6448
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
6449
|
+
"datatype": true,
|
|
6450
|
+
"fqn": "@aws-solutions-constructs/core.CreateCloudFrontLoggingBucketResponse",
|
|
6451
|
+
"kind": "interface",
|
|
6452
|
+
"locationInModule": {
|
|
6453
|
+
"filename": "lib/s3-bucket-helper.ts",
|
|
6454
|
+
"line": 93
|
|
6455
|
+
},
|
|
6456
|
+
"name": "CreateCloudFrontLoggingBucketResponse",
|
|
6457
|
+
"properties": [
|
|
6458
|
+
{
|
|
6459
|
+
"abstract": true,
|
|
6460
|
+
"immutable": true,
|
|
6461
|
+
"locationInModule": {
|
|
6462
|
+
"filename": "lib/s3-bucket-helper.ts",
|
|
6463
|
+
"line": 94
|
|
6464
|
+
},
|
|
6465
|
+
"name": "logBucket",
|
|
6466
|
+
"type": {
|
|
6467
|
+
"fqn": "aws-cdk-lib.aws_s3.Bucket"
|
|
6468
|
+
}
|
|
6469
|
+
},
|
|
6470
|
+
{
|
|
6471
|
+
"abstract": true,
|
|
6472
|
+
"immutable": true,
|
|
6473
|
+
"locationInModule": {
|
|
6474
|
+
"filename": "lib/s3-bucket-helper.ts",
|
|
6475
|
+
"line": 95
|
|
6476
|
+
},
|
|
6477
|
+
"name": "s3AccessLogBucket",
|
|
6478
|
+
"optional": true,
|
|
6479
|
+
"type": {
|
|
6480
|
+
"fqn": "aws-cdk-lib.aws_s3.Bucket"
|
|
6481
|
+
}
|
|
6482
|
+
}
|
|
6483
|
+
],
|
|
6484
|
+
"symbolId": "lib/s3-bucket-helper:CreateCloudFrontLoggingBucketResponse"
|
|
6485
|
+
},
|
|
6311
6486
|
"@aws-solutions-constructs/core.CreateFargateServiceProps": {
|
|
6312
6487
|
"assembly": "@aws-solutions-constructs/core",
|
|
6313
6488
|
"datatype": true,
|
|
@@ -7489,7 +7664,7 @@
|
|
|
7489
7664
|
"kind": "interface",
|
|
7490
7665
|
"locationInModule": {
|
|
7491
7666
|
"filename": "lib/s3-bucket-helper.ts",
|
|
7492
|
-
"line":
|
|
7667
|
+
"line": 293
|
|
7493
7668
|
},
|
|
7494
7669
|
"name": "S3Props",
|
|
7495
7670
|
"properties": [
|
|
@@ -7498,7 +7673,7 @@
|
|
|
7498
7673
|
"immutable": true,
|
|
7499
7674
|
"locationInModule": {
|
|
7500
7675
|
"filename": "lib/s3-bucket-helper.ts",
|
|
7501
|
-
"line":
|
|
7676
|
+
"line": 296
|
|
7502
7677
|
},
|
|
7503
7678
|
"name": "bucketProps",
|
|
7504
7679
|
"optional": true,
|
|
@@ -7511,7 +7686,7 @@
|
|
|
7511
7686
|
"immutable": true,
|
|
7512
7687
|
"locationInModule": {
|
|
7513
7688
|
"filename": "lib/s3-bucket-helper.ts",
|
|
7514
|
-
"line":
|
|
7689
|
+
"line": 295
|
|
7515
7690
|
},
|
|
7516
7691
|
"name": "existingBucketInterface",
|
|
7517
7692
|
"optional": true,
|
|
@@ -7524,7 +7699,7 @@
|
|
|
7524
7699
|
"immutable": true,
|
|
7525
7700
|
"locationInModule": {
|
|
7526
7701
|
"filename": "lib/s3-bucket-helper.ts",
|
|
7527
|
-
"line":
|
|
7702
|
+
"line": 294
|
|
7528
7703
|
},
|
|
7529
7704
|
"name": "existingBucketObj",
|
|
7530
7705
|
"optional": true,
|
|
@@ -7537,7 +7712,7 @@
|
|
|
7537
7712
|
"immutable": true,
|
|
7538
7713
|
"locationInModule": {
|
|
7539
7714
|
"filename": "lib/s3-bucket-helper.ts",
|
|
7540
|
-
"line":
|
|
7715
|
+
"line": 297
|
|
7541
7716
|
},
|
|
7542
7717
|
"name": "existingLoggingBucketObj",
|
|
7543
7718
|
"optional": true,
|
|
@@ -7550,7 +7725,7 @@
|
|
|
7550
7725
|
"immutable": true,
|
|
7551
7726
|
"locationInModule": {
|
|
7552
7727
|
"filename": "lib/s3-bucket-helper.ts",
|
|
7553
|
-
"line":
|
|
7728
|
+
"line": 298
|
|
7554
7729
|
},
|
|
7555
7730
|
"name": "loggingBucketProps",
|
|
7556
7731
|
"optional": true,
|
|
@@ -7563,7 +7738,7 @@
|
|
|
7563
7738
|
"immutable": true,
|
|
7564
7739
|
"locationInModule": {
|
|
7565
7740
|
"filename": "lib/s3-bucket-helper.ts",
|
|
7566
|
-
"line":
|
|
7741
|
+
"line": 299
|
|
7567
7742
|
},
|
|
7568
7743
|
"name": "logS3AccessLogs",
|
|
7569
7744
|
"optional": true,
|
|
@@ -7945,7 +8120,7 @@
|
|
|
7945
8120
|
"kind": "interface",
|
|
7946
8121
|
"locationInModule": {
|
|
7947
8122
|
"filename": "lib/sqs-helper.ts",
|
|
7948
|
-
"line":
|
|
8123
|
+
"line": 269
|
|
7949
8124
|
},
|
|
7950
8125
|
"name": "SqsProps",
|
|
7951
8126
|
"properties": [
|
|
@@ -7954,7 +8129,7 @@
|
|
|
7954
8129
|
"immutable": true,
|
|
7955
8130
|
"locationInModule": {
|
|
7956
8131
|
"filename": "lib/sqs-helper.ts",
|
|
7957
|
-
"line":
|
|
8132
|
+
"line": 273
|
|
7958
8133
|
},
|
|
7959
8134
|
"name": "deadLetterQueueProps",
|
|
7960
8135
|
"optional": true,
|
|
@@ -7967,7 +8142,7 @@
|
|
|
7967
8142
|
"immutable": true,
|
|
7968
8143
|
"locationInModule": {
|
|
7969
8144
|
"filename": "lib/sqs-helper.ts",
|
|
7970
|
-
"line":
|
|
8145
|
+
"line": 272
|
|
7971
8146
|
},
|
|
7972
8147
|
"name": "deployDeadLetterQueue",
|
|
7973
8148
|
"optional": true,
|
|
@@ -7980,7 +8155,7 @@
|
|
|
7980
8155
|
"immutable": true,
|
|
7981
8156
|
"locationInModule": {
|
|
7982
8157
|
"filename": "lib/sqs-helper.ts",
|
|
7983
|
-
"line":
|
|
8158
|
+
"line": 274
|
|
7984
8159
|
},
|
|
7985
8160
|
"name": "encryptionKey",
|
|
7986
8161
|
"optional": true,
|
|
@@ -7993,7 +8168,7 @@
|
|
|
7993
8168
|
"immutable": true,
|
|
7994
8169
|
"locationInModule": {
|
|
7995
8170
|
"filename": "lib/sqs-helper.ts",
|
|
7996
|
-
"line":
|
|
8171
|
+
"line": 275
|
|
7997
8172
|
},
|
|
7998
8173
|
"name": "encryptionKeyProps",
|
|
7999
8174
|
"optional": true,
|
|
@@ -8006,7 +8181,7 @@
|
|
|
8006
8181
|
"immutable": true,
|
|
8007
8182
|
"locationInModule": {
|
|
8008
8183
|
"filename": "lib/sqs-helper.ts",
|
|
8009
|
-
"line":
|
|
8184
|
+
"line": 270
|
|
8010
8185
|
},
|
|
8011
8186
|
"name": "existingQueueObj",
|
|
8012
8187
|
"optional": true,
|
|
@@ -8019,7 +8194,7 @@
|
|
|
8019
8194
|
"immutable": true,
|
|
8020
8195
|
"locationInModule": {
|
|
8021
8196
|
"filename": "lib/sqs-helper.ts",
|
|
8022
|
-
"line":
|
|
8197
|
+
"line": 271
|
|
8023
8198
|
},
|
|
8024
8199
|
"name": "queueProps",
|
|
8025
8200
|
"optional": true,
|
|
@@ -8122,6 +8297,6 @@
|
|
|
8122
8297
|
"symbolId": "lib/waf-helper:WafWebAclProps"
|
|
8123
8298
|
}
|
|
8124
8299
|
},
|
|
8125
|
-
"version": "2.
|
|
8126
|
-
"fingerprint": "
|
|
8300
|
+
"version": "2.60.0",
|
|
8301
|
+
"fingerprint": "gS4rmgQR+o4lpJ4q8yaXZAO1aedof/+IswV3my/8bwg="
|
|
8127
8302
|
}
|
|
@@ -29,11 +29,13 @@ export interface CreateCloudFrontDistributionForS3Props {
|
|
|
29
29
|
readonly cloudFrontDistributionProps?: cloudfront.DistributionProps | any;
|
|
30
30
|
readonly httpSecurityHeaders?: boolean;
|
|
31
31
|
readonly cloudFrontLoggingBucketProps?: s3.BucketProps;
|
|
32
|
+
readonly cloudFrontLoggingBucketS3AccessLogBucketProps?: s3.BucketProps;
|
|
32
33
|
readonly responseHeadersPolicyProps?: cloudfront.ResponseHeadersPolicyProps;
|
|
33
34
|
}
|
|
34
35
|
export interface CreateCloudFrontDistributionForS3Response {
|
|
35
36
|
readonly distribution: cloudfront.Distribution;
|
|
36
37
|
readonly loggingBucket?: s3.Bucket;
|
|
38
|
+
readonly loggingBucketS3AccesssLogBucket?: s3.Bucket;
|
|
37
39
|
readonly cloudfrontFunction?: cloudfront.Function;
|
|
38
40
|
readonly originAccessControl?: cloudfront.CfnOriginAccessControl;
|
|
39
41
|
}
|