@aws-solutions-constructs/core 2.46.0 → 2.48.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 +288 -92
- package/index.d.ts +1 -0
- package/index.js +2 -1
- package/lib/apigateway-defaults.d.ts +2 -2
- package/lib/apigateway-defaults.js +11 -11
- package/lib/apigateway-helper.d.ts +1 -1
- package/lib/apigateway-helper.js +3 -3
- package/lib/cloudfront-distribution-defaults.d.ts +2 -1
- package/lib/cloudfront-distribution-defaults.js +2 -9
- package/lib/cloudfront-distribution-helper.d.ts +10 -2
- package/lib/cloudfront-distribution-helper.js +29 -10
- package/lib/glue-job-helper.js +2 -2
- package/lib/s3-bucket-helper.d.ts +5 -1
- package/lib/s3-bucket-helper.js +39 -13
- package/lib/s3-oac-origin.d.ts +33 -0
- package/lib/s3-oac-origin.js +70 -0
- package/package.json +3 -3
- package/test/cloudfront-distribution-s3-helper.test.js +54 -170
- package/test/glue-job-helper.test.js +23 -3
- package/test/kinesis-analytics.test.js +2 -2
- package/test/s3-bucket.test.js +2 -2
- package/test/test-helper.d.ts +5 -1
- package/test/test-helper.js +76 -14
package/.jsii
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"npmlog": "^4.1.2"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"aws-cdk-lib": "^2.
|
|
16
|
+
"aws-cdk-lib": "^2.111.0",
|
|
17
17
|
"constructs": "^10.0.0"
|
|
18
18
|
},
|
|
19
19
|
"dependencyClosure": {
|
|
@@ -3559,7 +3559,7 @@
|
|
|
3559
3559
|
},
|
|
3560
3560
|
"description": "Core CDK Construct for patterns library",
|
|
3561
3561
|
"homepage": "https://github.com/awslabs/aws-solutions-constructs.git",
|
|
3562
|
-
"jsiiVersion": "1.
|
|
3562
|
+
"jsiiVersion": "1.94.0 (build b380f01)",
|
|
3563
3563
|
"license": "Apache-2.0",
|
|
3564
3564
|
"metadata": {
|
|
3565
3565
|
"jsii": {
|
|
@@ -3608,7 +3608,7 @@
|
|
|
3608
3608
|
"kind": "interface",
|
|
3609
3609
|
"locationInModule": {
|
|
3610
3610
|
"filename": "lib/apigateway-helper.ts",
|
|
3611
|
-
"line":
|
|
3611
|
+
"line": 312
|
|
3612
3612
|
},
|
|
3613
3613
|
"name": "AddProxyMethodToApiResourceInputParams",
|
|
3614
3614
|
"properties": [
|
|
@@ -3617,7 +3617,7 @@
|
|
|
3617
3617
|
"immutable": true,
|
|
3618
3618
|
"locationInModule": {
|
|
3619
3619
|
"filename": "lib/apigateway-helper.ts",
|
|
3620
|
-
"line":
|
|
3620
|
+
"line": 318
|
|
3621
3621
|
},
|
|
3622
3622
|
"name": "apiGatewayRole",
|
|
3623
3623
|
"type": {
|
|
@@ -3629,7 +3629,7 @@
|
|
|
3629
3629
|
"immutable": true,
|
|
3630
3630
|
"locationInModule": {
|
|
3631
3631
|
"filename": "lib/apigateway-helper.ts",
|
|
3632
|
-
"line":
|
|
3632
|
+
"line": 317
|
|
3633
3633
|
},
|
|
3634
3634
|
"name": "apiMethod",
|
|
3635
3635
|
"type": {
|
|
@@ -3641,7 +3641,7 @@
|
|
|
3641
3641
|
"immutable": true,
|
|
3642
3642
|
"locationInModule": {
|
|
3643
3643
|
"filename": "lib/apigateway-helper.ts",
|
|
3644
|
-
"line":
|
|
3644
|
+
"line": 316
|
|
3645
3645
|
},
|
|
3646
3646
|
"name": "apiResource",
|
|
3647
3647
|
"type": {
|
|
@@ -3653,7 +3653,7 @@
|
|
|
3653
3653
|
"immutable": true,
|
|
3654
3654
|
"locationInModule": {
|
|
3655
3655
|
"filename": "lib/apigateway-helper.ts",
|
|
3656
|
-
"line":
|
|
3656
|
+
"line": 319
|
|
3657
3657
|
},
|
|
3658
3658
|
"name": "requestTemplate",
|
|
3659
3659
|
"type": {
|
|
@@ -3665,7 +3665,7 @@
|
|
|
3665
3665
|
"immutable": true,
|
|
3666
3666
|
"locationInModule": {
|
|
3667
3667
|
"filename": "lib/apigateway-helper.ts",
|
|
3668
|
-
"line":
|
|
3668
|
+
"line": 313
|
|
3669
3669
|
},
|
|
3670
3670
|
"name": "service",
|
|
3671
3671
|
"type": {
|
|
@@ -3677,7 +3677,7 @@
|
|
|
3677
3677
|
"immutable": true,
|
|
3678
3678
|
"locationInModule": {
|
|
3679
3679
|
"filename": "lib/apigateway-helper.ts",
|
|
3680
|
-
"line":
|
|
3680
|
+
"line": 314
|
|
3681
3681
|
},
|
|
3682
3682
|
"name": "action",
|
|
3683
3683
|
"optional": true,
|
|
@@ -3690,7 +3690,7 @@
|
|
|
3690
3690
|
"immutable": true,
|
|
3691
3691
|
"locationInModule": {
|
|
3692
3692
|
"filename": "lib/apigateway-helper.ts",
|
|
3693
|
-
"line":
|
|
3693
|
+
"line": 320
|
|
3694
3694
|
},
|
|
3695
3695
|
"name": "additionalRequestTemplates",
|
|
3696
3696
|
"optional": true,
|
|
@@ -3708,7 +3708,7 @@
|
|
|
3708
3708
|
"immutable": true,
|
|
3709
3709
|
"locationInModule": {
|
|
3710
3710
|
"filename": "lib/apigateway-helper.ts",
|
|
3711
|
-
"line":
|
|
3711
|
+
"line": 325
|
|
3712
3712
|
},
|
|
3713
3713
|
"name": "awsIntegrationProps",
|
|
3714
3714
|
"optional": true,
|
|
@@ -3721,7 +3721,7 @@
|
|
|
3721
3721
|
"immutable": true,
|
|
3722
3722
|
"locationInModule": {
|
|
3723
3723
|
"filename": "lib/apigateway-helper.ts",
|
|
3724
|
-
"line":
|
|
3724
|
+
"line": 322
|
|
3725
3725
|
},
|
|
3726
3726
|
"name": "contentType",
|
|
3727
3727
|
"optional": true,
|
|
@@ -3734,7 +3734,7 @@
|
|
|
3734
3734
|
"immutable": true,
|
|
3735
3735
|
"locationInModule": {
|
|
3736
3736
|
"filename": "lib/apigateway-helper.ts",
|
|
3737
|
-
"line":
|
|
3737
|
+
"line": 321
|
|
3738
3738
|
},
|
|
3739
3739
|
"name": "integrationResponses",
|
|
3740
3740
|
"optional": true,
|
|
@@ -3752,7 +3752,7 @@
|
|
|
3752
3752
|
"immutable": true,
|
|
3753
3753
|
"locationInModule": {
|
|
3754
3754
|
"filename": "lib/apigateway-helper.ts",
|
|
3755
|
-
"line":
|
|
3755
|
+
"line": 326
|
|
3756
3756
|
},
|
|
3757
3757
|
"name": "methodOptions",
|
|
3758
3758
|
"optional": true,
|
|
@@ -3765,7 +3765,7 @@
|
|
|
3765
3765
|
"immutable": true,
|
|
3766
3766
|
"locationInModule": {
|
|
3767
3767
|
"filename": "lib/apigateway-helper.ts",
|
|
3768
|
-
"line":
|
|
3768
|
+
"line": 315
|
|
3769
3769
|
},
|
|
3770
3770
|
"name": "path",
|
|
3771
3771
|
"optional": true,
|
|
@@ -3778,7 +3778,7 @@
|
|
|
3778
3778
|
"immutable": true,
|
|
3779
3779
|
"locationInModule": {
|
|
3780
3780
|
"filename": "lib/apigateway-helper.ts",
|
|
3781
|
-
"line":
|
|
3781
|
+
"line": 324
|
|
3782
3782
|
},
|
|
3783
3783
|
"name": "requestModel",
|
|
3784
3784
|
"optional": true,
|
|
@@ -3796,7 +3796,7 @@
|
|
|
3796
3796
|
"immutable": true,
|
|
3797
3797
|
"locationInModule": {
|
|
3798
3798
|
"filename": "lib/apigateway-helper.ts",
|
|
3799
|
-
"line":
|
|
3799
|
+
"line": 323
|
|
3800
3800
|
},
|
|
3801
3801
|
"name": "requestValidator",
|
|
3802
3802
|
"optional": true,
|
|
@@ -5051,7 +5051,7 @@
|
|
|
5051
5051
|
"kind": "interface",
|
|
5052
5052
|
"locationInModule": {
|
|
5053
5053
|
"filename": "lib/s3-bucket-helper.ts",
|
|
5054
|
-
"line":
|
|
5054
|
+
"line": 165
|
|
5055
5055
|
},
|
|
5056
5056
|
"name": "BuildS3BucketResponse",
|
|
5057
5057
|
"properties": [
|
|
@@ -5060,7 +5060,7 @@
|
|
|
5060
5060
|
"immutable": true,
|
|
5061
5061
|
"locationInModule": {
|
|
5062
5062
|
"filename": "lib/s3-bucket-helper.ts",
|
|
5063
|
-
"line":
|
|
5063
|
+
"line": 166
|
|
5064
5064
|
},
|
|
5065
5065
|
"name": "bucket",
|
|
5066
5066
|
"type": {
|
|
@@ -5072,7 +5072,7 @@
|
|
|
5072
5072
|
"immutable": true,
|
|
5073
5073
|
"locationInModule": {
|
|
5074
5074
|
"filename": "lib/s3-bucket-helper.ts",
|
|
5075
|
-
"line":
|
|
5075
|
+
"line": 167
|
|
5076
5076
|
},
|
|
5077
5077
|
"name": "loggingBucket",
|
|
5078
5078
|
"optional": true,
|
|
@@ -5737,7 +5737,7 @@
|
|
|
5737
5737
|
"kind": "interface",
|
|
5738
5738
|
"locationInModule": {
|
|
5739
5739
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5740
|
-
"line":
|
|
5740
|
+
"line": 70
|
|
5741
5741
|
},
|
|
5742
5742
|
"name": "CloudFrontDistributionForApiGatewayResponse",
|
|
5743
5743
|
"properties": [
|
|
@@ -5746,7 +5746,7 @@
|
|
|
5746
5746
|
"immutable": true,
|
|
5747
5747
|
"locationInModule": {
|
|
5748
5748
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5749
|
-
"line":
|
|
5749
|
+
"line": 71
|
|
5750
5750
|
},
|
|
5751
5751
|
"name": "distribution",
|
|
5752
5752
|
"type": {
|
|
@@ -5758,7 +5758,7 @@
|
|
|
5758
5758
|
"immutable": true,
|
|
5759
5759
|
"locationInModule": {
|
|
5760
5760
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5761
|
-
"line":
|
|
5761
|
+
"line": 72
|
|
5762
5762
|
},
|
|
5763
5763
|
"name": "cloudfrontFunction",
|
|
5764
5764
|
"optional": true,
|
|
@@ -5771,7 +5771,7 @@
|
|
|
5771
5771
|
"immutable": true,
|
|
5772
5772
|
"locationInModule": {
|
|
5773
5773
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5774
|
-
"line":
|
|
5774
|
+
"line": 73
|
|
5775
5775
|
},
|
|
5776
5776
|
"name": "loggingBucket",
|
|
5777
5777
|
"optional": true,
|
|
@@ -5789,7 +5789,7 @@
|
|
|
5789
5789
|
"kind": "interface",
|
|
5790
5790
|
"locationInModule": {
|
|
5791
5791
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5792
|
-
"line":
|
|
5792
|
+
"line": 180
|
|
5793
5793
|
},
|
|
5794
5794
|
"name": "CloudFrontDistributionForMediaStoreResponse",
|
|
5795
5795
|
"properties": [
|
|
@@ -5798,7 +5798,7 @@
|
|
|
5798
5798
|
"immutable": true,
|
|
5799
5799
|
"locationInModule": {
|
|
5800
5800
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5801
|
-
"line":
|
|
5801
|
+
"line": 181
|
|
5802
5802
|
},
|
|
5803
5803
|
"name": "distribution",
|
|
5804
5804
|
"type": {
|
|
@@ -5810,7 +5810,7 @@
|
|
|
5810
5810
|
"immutable": true,
|
|
5811
5811
|
"locationInModule": {
|
|
5812
5812
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5813
|
-
"line":
|
|
5813
|
+
"line": 183
|
|
5814
5814
|
},
|
|
5815
5815
|
"name": "requestPolicy",
|
|
5816
5816
|
"type": {
|
|
@@ -5822,7 +5822,7 @@
|
|
|
5822
5822
|
"immutable": true,
|
|
5823
5823
|
"locationInModule": {
|
|
5824
5824
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5825
|
-
"line":
|
|
5825
|
+
"line": 184
|
|
5826
5826
|
},
|
|
5827
5827
|
"name": "cloudfrontFunction",
|
|
5828
5828
|
"optional": true,
|
|
@@ -5835,7 +5835,7 @@
|
|
|
5835
5835
|
"immutable": true,
|
|
5836
5836
|
"locationInModule": {
|
|
5837
5837
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5838
|
-
"line":
|
|
5838
|
+
"line": 182
|
|
5839
5839
|
},
|
|
5840
5840
|
"name": "loggingBucket",
|
|
5841
5841
|
"optional": true,
|
|
@@ -5846,27 +5846,28 @@
|
|
|
5846
5846
|
],
|
|
5847
5847
|
"symbolId": "lib/cloudfront-distribution-helper:CloudFrontDistributionForMediaStoreResponse"
|
|
5848
5848
|
},
|
|
5849
|
-
"@aws-solutions-constructs/core.
|
|
5849
|
+
"@aws-solutions-constructs/core.CloudFrontProps": {
|
|
5850
5850
|
"assembly": "@aws-solutions-constructs/core",
|
|
5851
5851
|
"datatype": true,
|
|
5852
|
-
"fqn": "@aws-solutions-constructs/core.
|
|
5852
|
+
"fqn": "@aws-solutions-constructs/core.CloudFrontProps",
|
|
5853
5853
|
"kind": "interface",
|
|
5854
5854
|
"locationInModule": {
|
|
5855
5855
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5856
|
-
"line":
|
|
5856
|
+
"line": 294
|
|
5857
5857
|
},
|
|
5858
|
-
"name": "
|
|
5858
|
+
"name": "CloudFrontProps",
|
|
5859
5859
|
"properties": [
|
|
5860
5860
|
{
|
|
5861
5861
|
"abstract": true,
|
|
5862
5862
|
"immutable": true,
|
|
5863
5863
|
"locationInModule": {
|
|
5864
5864
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5865
|
-
"line":
|
|
5865
|
+
"line": 295
|
|
5866
5866
|
},
|
|
5867
|
-
"name": "
|
|
5867
|
+
"name": "insertHttpSecurityHeaders",
|
|
5868
|
+
"optional": true,
|
|
5868
5869
|
"type": {
|
|
5869
|
-
"
|
|
5870
|
+
"primitive": "boolean"
|
|
5870
5871
|
}
|
|
5871
5872
|
},
|
|
5872
5873
|
{
|
|
@@ -5874,49 +5875,124 @@
|
|
|
5874
5875
|
"immutable": true,
|
|
5875
5876
|
"locationInModule": {
|
|
5876
5877
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5877
|
-
"line":
|
|
5878
|
+
"line": 296
|
|
5878
5879
|
},
|
|
5879
|
-
"name": "
|
|
5880
|
+
"name": "responseHeadersPolicyProps",
|
|
5880
5881
|
"optional": true,
|
|
5881
5882
|
"type": {
|
|
5882
|
-
"fqn": "aws-cdk-lib.aws_cloudfront.
|
|
5883
|
+
"fqn": "aws-cdk-lib.aws_cloudfront.ResponseHeadersPolicyProps"
|
|
5884
|
+
}
|
|
5885
|
+
}
|
|
5886
|
+
],
|
|
5887
|
+
"symbolId": "lib/cloudfront-distribution-helper:CloudFrontProps"
|
|
5888
|
+
},
|
|
5889
|
+
"@aws-solutions-constructs/core.CognitoOptions": {
|
|
5890
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
5891
|
+
"datatype": true,
|
|
5892
|
+
"fqn": "@aws-solutions-constructs/core.CognitoOptions",
|
|
5893
|
+
"kind": "interface",
|
|
5894
|
+
"locationInModule": {
|
|
5895
|
+
"filename": "lib/cognito-helper.ts",
|
|
5896
|
+
"line": 27
|
|
5897
|
+
},
|
|
5898
|
+
"name": "CognitoOptions",
|
|
5899
|
+
"properties": [
|
|
5900
|
+
{
|
|
5901
|
+
"abstract": true,
|
|
5902
|
+
"immutable": true,
|
|
5903
|
+
"locationInModule": {
|
|
5904
|
+
"filename": "lib/cognito-helper.ts",
|
|
5905
|
+
"line": 28
|
|
5906
|
+
},
|
|
5907
|
+
"name": "identitypool",
|
|
5908
|
+
"type": {
|
|
5909
|
+
"fqn": "aws-cdk-lib.aws_cognito.CfnIdentityPool"
|
|
5883
5910
|
}
|
|
5884
5911
|
},
|
|
5885
5912
|
{
|
|
5886
5913
|
"abstract": true,
|
|
5887
5914
|
"immutable": true,
|
|
5888
5915
|
"locationInModule": {
|
|
5889
|
-
"filename": "lib/
|
|
5890
|
-
"line":
|
|
5916
|
+
"filename": "lib/cognito-helper.ts",
|
|
5917
|
+
"line": 29
|
|
5891
5918
|
},
|
|
5892
|
-
"name": "
|
|
5893
|
-
"optional": true,
|
|
5919
|
+
"name": "userpool",
|
|
5894
5920
|
"type": {
|
|
5895
|
-
"fqn": "aws-cdk-lib.
|
|
5921
|
+
"fqn": "aws-cdk-lib.aws_cognito.UserPool"
|
|
5922
|
+
}
|
|
5923
|
+
},
|
|
5924
|
+
{
|
|
5925
|
+
"abstract": true,
|
|
5926
|
+
"immutable": true,
|
|
5927
|
+
"locationInModule": {
|
|
5928
|
+
"filename": "lib/cognito-helper.ts",
|
|
5929
|
+
"line": 30
|
|
5930
|
+
},
|
|
5931
|
+
"name": "userpoolclient",
|
|
5932
|
+
"type": {
|
|
5933
|
+
"fqn": "aws-cdk-lib.aws_cognito.UserPoolClient"
|
|
5896
5934
|
}
|
|
5897
5935
|
}
|
|
5898
5936
|
],
|
|
5899
|
-
"symbolId": "lib/
|
|
5937
|
+
"symbolId": "lib/cognito-helper:CognitoOptions"
|
|
5900
5938
|
},
|
|
5901
|
-
"@aws-solutions-constructs/core.
|
|
5939
|
+
"@aws-solutions-constructs/core.CreateCloudFrontDistributionForS3Props": {
|
|
5902
5940
|
"assembly": "@aws-solutions-constructs/core",
|
|
5903
5941
|
"datatype": true,
|
|
5904
|
-
"fqn": "@aws-solutions-constructs/core.
|
|
5942
|
+
"fqn": "@aws-solutions-constructs/core.CreateCloudFrontDistributionForS3Props",
|
|
5905
5943
|
"kind": "interface",
|
|
5906
5944
|
"locationInModule": {
|
|
5907
5945
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5908
|
-
"line":
|
|
5946
|
+
"line": 106
|
|
5909
5947
|
},
|
|
5910
|
-
"name": "
|
|
5948
|
+
"name": "CreateCloudFrontDistributionForS3Props",
|
|
5911
5949
|
"properties": [
|
|
5912
5950
|
{
|
|
5913
5951
|
"abstract": true,
|
|
5914
5952
|
"immutable": true,
|
|
5915
5953
|
"locationInModule": {
|
|
5916
5954
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5917
|
-
"line":
|
|
5955
|
+
"line": 107
|
|
5918
5956
|
},
|
|
5919
|
-
"name": "
|
|
5957
|
+
"name": "sourceBucket",
|
|
5958
|
+
"type": {
|
|
5959
|
+
"fqn": "aws-cdk-lib.aws_s3.IBucket"
|
|
5960
|
+
}
|
|
5961
|
+
},
|
|
5962
|
+
{
|
|
5963
|
+
"abstract": true,
|
|
5964
|
+
"immutable": true,
|
|
5965
|
+
"locationInModule": {
|
|
5966
|
+
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5967
|
+
"line": 108
|
|
5968
|
+
},
|
|
5969
|
+
"name": "cloudFrontDistributionProps",
|
|
5970
|
+
"optional": true,
|
|
5971
|
+
"type": {
|
|
5972
|
+
"primitive": "any"
|
|
5973
|
+
}
|
|
5974
|
+
},
|
|
5975
|
+
{
|
|
5976
|
+
"abstract": true,
|
|
5977
|
+
"immutable": true,
|
|
5978
|
+
"locationInModule": {
|
|
5979
|
+
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5980
|
+
"line": 110
|
|
5981
|
+
},
|
|
5982
|
+
"name": "cloudFrontLoggingBucketProps",
|
|
5983
|
+
"optional": true,
|
|
5984
|
+
"type": {
|
|
5985
|
+
"fqn": "aws-cdk-lib.aws_s3.BucketProps"
|
|
5986
|
+
}
|
|
5987
|
+
},
|
|
5988
|
+
{
|
|
5989
|
+
"abstract": true,
|
|
5990
|
+
"immutable": true,
|
|
5991
|
+
"locationInModule": {
|
|
5992
|
+
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5993
|
+
"line": 109
|
|
5994
|
+
},
|
|
5995
|
+
"name": "httpSecurityHeaders",
|
|
5920
5996
|
"optional": true,
|
|
5921
5997
|
"type": {
|
|
5922
5998
|
"primitive": "boolean"
|
|
@@ -5927,7 +6003,7 @@
|
|
|
5927
6003
|
"immutable": true,
|
|
5928
6004
|
"locationInModule": {
|
|
5929
6005
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5930
|
-
"line":
|
|
6006
|
+
"line": 111
|
|
5931
6007
|
},
|
|
5932
6008
|
"name": "responseHeadersPolicyProps",
|
|
5933
6009
|
"optional": true,
|
|
@@ -5936,57 +6012,72 @@
|
|
|
5936
6012
|
}
|
|
5937
6013
|
}
|
|
5938
6014
|
],
|
|
5939
|
-
"symbolId": "lib/cloudfront-distribution-helper:
|
|
6015
|
+
"symbolId": "lib/cloudfront-distribution-helper:CreateCloudFrontDistributionForS3Props"
|
|
5940
6016
|
},
|
|
5941
|
-
"@aws-solutions-constructs/core.
|
|
6017
|
+
"@aws-solutions-constructs/core.CreateCloudFrontDistributionForS3Response": {
|
|
5942
6018
|
"assembly": "@aws-solutions-constructs/core",
|
|
5943
6019
|
"datatype": true,
|
|
5944
|
-
"fqn": "@aws-solutions-constructs/core.
|
|
6020
|
+
"fqn": "@aws-solutions-constructs/core.CreateCloudFrontDistributionForS3Response",
|
|
5945
6021
|
"kind": "interface",
|
|
5946
6022
|
"locationInModule": {
|
|
5947
|
-
"filename": "lib/
|
|
5948
|
-
"line":
|
|
6023
|
+
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
6024
|
+
"line": 114
|
|
5949
6025
|
},
|
|
5950
|
-
"name": "
|
|
6026
|
+
"name": "CreateCloudFrontDistributionForS3Response",
|
|
5951
6027
|
"properties": [
|
|
5952
6028
|
{
|
|
5953
6029
|
"abstract": true,
|
|
5954
6030
|
"immutable": true,
|
|
5955
6031
|
"locationInModule": {
|
|
5956
|
-
"filename": "lib/
|
|
5957
|
-
"line":
|
|
6032
|
+
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
6033
|
+
"line": 115
|
|
5958
6034
|
},
|
|
5959
|
-
"name": "
|
|
6035
|
+
"name": "distribution",
|
|
5960
6036
|
"type": {
|
|
5961
|
-
"fqn": "aws-cdk-lib.
|
|
6037
|
+
"fqn": "aws-cdk-lib.aws_cloudfront.Distribution"
|
|
5962
6038
|
}
|
|
5963
6039
|
},
|
|
5964
6040
|
{
|
|
5965
6041
|
"abstract": true,
|
|
5966
6042
|
"immutable": true,
|
|
5967
6043
|
"locationInModule": {
|
|
5968
|
-
"filename": "lib/
|
|
5969
|
-
"line":
|
|
6044
|
+
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
6045
|
+
"line": 117
|
|
5970
6046
|
},
|
|
5971
|
-
"name": "
|
|
6047
|
+
"name": "cloudfrontFunction",
|
|
6048
|
+
"optional": true,
|
|
5972
6049
|
"type": {
|
|
5973
|
-
"fqn": "aws-cdk-lib.
|
|
6050
|
+
"fqn": "aws-cdk-lib.aws_cloudfront.Function"
|
|
5974
6051
|
}
|
|
5975
6052
|
},
|
|
5976
6053
|
{
|
|
5977
6054
|
"abstract": true,
|
|
5978
6055
|
"immutable": true,
|
|
5979
6056
|
"locationInModule": {
|
|
5980
|
-
"filename": "lib/
|
|
5981
|
-
"line":
|
|
6057
|
+
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
6058
|
+
"line": 116
|
|
5982
6059
|
},
|
|
5983
|
-
"name": "
|
|
6060
|
+
"name": "loggingBucket",
|
|
6061
|
+
"optional": true,
|
|
5984
6062
|
"type": {
|
|
5985
|
-
"fqn": "aws-cdk-lib.
|
|
6063
|
+
"fqn": "aws-cdk-lib.aws_s3.Bucket"
|
|
6064
|
+
}
|
|
6065
|
+
},
|
|
6066
|
+
{
|
|
6067
|
+
"abstract": true,
|
|
6068
|
+
"immutable": true,
|
|
6069
|
+
"locationInModule": {
|
|
6070
|
+
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
6071
|
+
"line": 118
|
|
6072
|
+
},
|
|
6073
|
+
"name": "originAccessControl",
|
|
6074
|
+
"optional": true,
|
|
6075
|
+
"type": {
|
|
6076
|
+
"fqn": "aws-cdk-lib.aws_cloudfront.CfnOriginAccessControl"
|
|
5986
6077
|
}
|
|
5987
6078
|
}
|
|
5988
6079
|
],
|
|
5989
|
-
"symbolId": "lib/
|
|
6080
|
+
"symbolId": "lib/cloudfront-distribution-helper:CreateCloudFrontDistributionForS3Response"
|
|
5990
6081
|
},
|
|
5991
6082
|
"@aws-solutions-constructs/core.CreateFargateServiceProps": {
|
|
5992
6083
|
"assembly": "@aws-solutions-constructs/core",
|
|
@@ -6137,7 +6228,7 @@
|
|
|
6137
6228
|
"kind": "interface",
|
|
6138
6229
|
"locationInModule": {
|
|
6139
6230
|
"filename": "lib/apigateway-helper.ts",
|
|
6140
|
-
"line":
|
|
6231
|
+
"line": 277
|
|
6141
6232
|
},
|
|
6142
6233
|
"name": "CreateSpecRestApiResponse",
|
|
6143
6234
|
"properties": [
|
|
@@ -6146,7 +6237,7 @@
|
|
|
6146
6237
|
"immutable": true,
|
|
6147
6238
|
"locationInModule": {
|
|
6148
6239
|
"filename": "lib/apigateway-helper.ts",
|
|
6149
|
-
"line":
|
|
6240
|
+
"line": 278
|
|
6150
6241
|
},
|
|
6151
6242
|
"name": "api",
|
|
6152
6243
|
"type": {
|
|
@@ -6158,7 +6249,7 @@
|
|
|
6158
6249
|
"immutable": true,
|
|
6159
6250
|
"locationInModule": {
|
|
6160
6251
|
"filename": "lib/apigateway-helper.ts",
|
|
6161
|
-
"line":
|
|
6252
|
+
"line": 280
|
|
6162
6253
|
},
|
|
6163
6254
|
"name": "logGroup",
|
|
6164
6255
|
"type": {
|
|
@@ -6170,7 +6261,7 @@
|
|
|
6170
6261
|
"immutable": true,
|
|
6171
6262
|
"locationInModule": {
|
|
6172
6263
|
"filename": "lib/apigateway-helper.ts",
|
|
6173
|
-
"line":
|
|
6264
|
+
"line": 279
|
|
6174
6265
|
},
|
|
6175
6266
|
"name": "role",
|
|
6176
6267
|
"optional": true,
|
|
@@ -6499,7 +6590,7 @@
|
|
|
6499
6590
|
"kind": "interface",
|
|
6500
6591
|
"locationInModule": {
|
|
6501
6592
|
"filename": "lib/apigateway-helper.ts",
|
|
6502
|
-
"line":
|
|
6593
|
+
"line": 231
|
|
6503
6594
|
},
|
|
6504
6595
|
"name": "GlobalRestApiResponse",
|
|
6505
6596
|
"properties": [
|
|
@@ -6508,7 +6599,7 @@
|
|
|
6508
6599
|
"immutable": true,
|
|
6509
6600
|
"locationInModule": {
|
|
6510
6601
|
"filename": "lib/apigateway-helper.ts",
|
|
6511
|
-
"line":
|
|
6602
|
+
"line": 232
|
|
6512
6603
|
},
|
|
6513
6604
|
"name": "api",
|
|
6514
6605
|
"type": {
|
|
@@ -6520,7 +6611,7 @@
|
|
|
6520
6611
|
"immutable": true,
|
|
6521
6612
|
"locationInModule": {
|
|
6522
6613
|
"filename": "lib/apigateway-helper.ts",
|
|
6523
|
-
"line":
|
|
6614
|
+
"line": 234
|
|
6524
6615
|
},
|
|
6525
6616
|
"name": "logGroup",
|
|
6526
6617
|
"type": {
|
|
@@ -6532,7 +6623,7 @@
|
|
|
6532
6623
|
"immutable": true,
|
|
6533
6624
|
"locationInModule": {
|
|
6534
6625
|
"filename": "lib/apigateway-helper.ts",
|
|
6535
|
-
"line":
|
|
6626
|
+
"line": 233
|
|
6536
6627
|
},
|
|
6537
6628
|
"name": "role",
|
|
6538
6629
|
"optional": true,
|
|
@@ -7013,7 +7104,7 @@
|
|
|
7013
7104
|
"kind": "interface",
|
|
7014
7105
|
"locationInModule": {
|
|
7015
7106
|
"filename": "lib/apigateway-helper.ts",
|
|
7016
|
-
"line":
|
|
7107
|
+
"line": 254
|
|
7017
7108
|
},
|
|
7018
7109
|
"name": "RegionalRestApiResponse",
|
|
7019
7110
|
"properties": [
|
|
@@ -7022,7 +7113,7 @@
|
|
|
7022
7113
|
"immutable": true,
|
|
7023
7114
|
"locationInModule": {
|
|
7024
7115
|
"filename": "lib/apigateway-helper.ts",
|
|
7025
|
-
"line":
|
|
7116
|
+
"line": 255
|
|
7026
7117
|
},
|
|
7027
7118
|
"name": "api",
|
|
7028
7119
|
"type": {
|
|
@@ -7034,7 +7125,7 @@
|
|
|
7034
7125
|
"immutable": true,
|
|
7035
7126
|
"locationInModule": {
|
|
7036
7127
|
"filename": "lib/apigateway-helper.ts",
|
|
7037
|
-
"line":
|
|
7128
|
+
"line": 257
|
|
7038
7129
|
},
|
|
7039
7130
|
"name": "logGroup",
|
|
7040
7131
|
"type": {
|
|
@@ -7046,7 +7137,7 @@
|
|
|
7046
7137
|
"immutable": true,
|
|
7047
7138
|
"locationInModule": {
|
|
7048
7139
|
"filename": "lib/apigateway-helper.ts",
|
|
7049
|
-
"line":
|
|
7140
|
+
"line": 256
|
|
7050
7141
|
},
|
|
7051
7142
|
"name": "role",
|
|
7052
7143
|
"optional": true,
|
|
@@ -7057,6 +7148,111 @@
|
|
|
7057
7148
|
],
|
|
7058
7149
|
"symbolId": "lib/apigateway-helper:RegionalRestApiResponse"
|
|
7059
7150
|
},
|
|
7151
|
+
"@aws-solutions-constructs/core.S3OacOrigin": {
|
|
7152
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
7153
|
+
"docs": {
|
|
7154
|
+
"summary": "A custom implementation of S3Origin that allows an origin access control (OAC) to be used instead of an origin access identity (OAI), which is currently the only option supported by default CDK."
|
|
7155
|
+
},
|
|
7156
|
+
"fqn": "@aws-solutions-constructs/core.S3OacOrigin",
|
|
7157
|
+
"initializer": {
|
|
7158
|
+
"locationInModule": {
|
|
7159
|
+
"filename": "lib/s3-oac-origin.ts",
|
|
7160
|
+
"line": 43
|
|
7161
|
+
},
|
|
7162
|
+
"parameters": [
|
|
7163
|
+
{
|
|
7164
|
+
"name": "bucket",
|
|
7165
|
+
"type": {
|
|
7166
|
+
"fqn": "aws-cdk-lib.aws_s3.IBucket"
|
|
7167
|
+
}
|
|
7168
|
+
},
|
|
7169
|
+
{
|
|
7170
|
+
"name": "props",
|
|
7171
|
+
"type": {
|
|
7172
|
+
"fqn": "@aws-solutions-constructs/core.S3OacOriginProps"
|
|
7173
|
+
}
|
|
7174
|
+
}
|
|
7175
|
+
]
|
|
7176
|
+
},
|
|
7177
|
+
"interfaces": [
|
|
7178
|
+
"aws-cdk-lib.aws_cloudfront.IOrigin"
|
|
7179
|
+
],
|
|
7180
|
+
"kind": "class",
|
|
7181
|
+
"locationInModule": {
|
|
7182
|
+
"filename": "lib/s3-oac-origin.ts",
|
|
7183
|
+
"line": 40
|
|
7184
|
+
},
|
|
7185
|
+
"methods": [
|
|
7186
|
+
{
|
|
7187
|
+
"docs": {
|
|
7188
|
+
"summary": "The method called when a given Origin is added (for the first time) to a Distribution."
|
|
7189
|
+
},
|
|
7190
|
+
"locationInModule": {
|
|
7191
|
+
"filename": "lib/s3-oac-origin.ts",
|
|
7192
|
+
"line": 65
|
|
7193
|
+
},
|
|
7194
|
+
"name": "bind",
|
|
7195
|
+
"overrides": "aws-cdk-lib.aws_cloudfront.IOrigin",
|
|
7196
|
+
"parameters": [
|
|
7197
|
+
{
|
|
7198
|
+
"name": "scope",
|
|
7199
|
+
"type": {
|
|
7200
|
+
"fqn": "constructs.Construct"
|
|
7201
|
+
}
|
|
7202
|
+
},
|
|
7203
|
+
{
|
|
7204
|
+
"name": "options",
|
|
7205
|
+
"type": {
|
|
7206
|
+
"fqn": "aws-cdk-lib.aws_cloudfront.OriginBindOptions"
|
|
7207
|
+
}
|
|
7208
|
+
}
|
|
7209
|
+
],
|
|
7210
|
+
"returns": {
|
|
7211
|
+
"type": {
|
|
7212
|
+
"fqn": "aws-cdk-lib.aws_cloudfront.OriginBindConfig"
|
|
7213
|
+
}
|
|
7214
|
+
}
|
|
7215
|
+
}
|
|
7216
|
+
],
|
|
7217
|
+
"name": "S3OacOrigin",
|
|
7218
|
+
"symbolId": "lib/s3-oac-origin:S3OacOrigin"
|
|
7219
|
+
},
|
|
7220
|
+
"@aws-solutions-constructs/core.S3OacOriginProps": {
|
|
7221
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
7222
|
+
"datatype": true,
|
|
7223
|
+
"docs": {
|
|
7224
|
+
"summary": "Properties to use to customize an S3 Origin."
|
|
7225
|
+
},
|
|
7226
|
+
"fqn": "@aws-solutions-constructs/core.S3OacOriginProps",
|
|
7227
|
+
"interfaces": [
|
|
7228
|
+
"aws-cdk-lib.aws_cloudfront.OriginProps"
|
|
7229
|
+
],
|
|
7230
|
+
"kind": "interface",
|
|
7231
|
+
"locationInModule": {
|
|
7232
|
+
"filename": "lib/s3-oac-origin.ts",
|
|
7233
|
+
"line": 29
|
|
7234
|
+
},
|
|
7235
|
+
"name": "S3OacOriginProps",
|
|
7236
|
+
"properties": [
|
|
7237
|
+
{
|
|
7238
|
+
"abstract": true,
|
|
7239
|
+
"docs": {
|
|
7240
|
+
"summary": "The origin access control that will be used when calling your S3 bucket."
|
|
7241
|
+
},
|
|
7242
|
+
"immutable": true,
|
|
7243
|
+
"locationInModule": {
|
|
7244
|
+
"filename": "lib/s3-oac-origin.ts",
|
|
7245
|
+
"line": 33
|
|
7246
|
+
},
|
|
7247
|
+
"name": "originAccessControl",
|
|
7248
|
+
"optional": true,
|
|
7249
|
+
"type": {
|
|
7250
|
+
"fqn": "aws-cdk-lib.aws_cloudfront.CfnOriginAccessControl"
|
|
7251
|
+
}
|
|
7252
|
+
}
|
|
7253
|
+
],
|
|
7254
|
+
"symbolId": "lib/s3-oac-origin:S3OacOriginProps"
|
|
7255
|
+
},
|
|
7060
7256
|
"@aws-solutions-constructs/core.S3Props": {
|
|
7061
7257
|
"assembly": "@aws-solutions-constructs/core",
|
|
7062
7258
|
"datatype": true,
|
|
@@ -7064,7 +7260,7 @@
|
|
|
7064
7260
|
"kind": "interface",
|
|
7065
7261
|
"locationInModule": {
|
|
7066
7262
|
"filename": "lib/s3-bucket-helper.ts",
|
|
7067
|
-
"line":
|
|
7263
|
+
"line": 271
|
|
7068
7264
|
},
|
|
7069
7265
|
"name": "S3Props",
|
|
7070
7266
|
"properties": [
|
|
@@ -7073,7 +7269,7 @@
|
|
|
7073
7269
|
"immutable": true,
|
|
7074
7270
|
"locationInModule": {
|
|
7075
7271
|
"filename": "lib/s3-bucket-helper.ts",
|
|
7076
|
-
"line":
|
|
7272
|
+
"line": 274
|
|
7077
7273
|
},
|
|
7078
7274
|
"name": "bucketProps",
|
|
7079
7275
|
"optional": true,
|
|
@@ -7086,7 +7282,7 @@
|
|
|
7086
7282
|
"immutable": true,
|
|
7087
7283
|
"locationInModule": {
|
|
7088
7284
|
"filename": "lib/s3-bucket-helper.ts",
|
|
7089
|
-
"line":
|
|
7285
|
+
"line": 273
|
|
7090
7286
|
},
|
|
7091
7287
|
"name": "existingBucketInterface",
|
|
7092
7288
|
"optional": true,
|
|
@@ -7099,7 +7295,7 @@
|
|
|
7099
7295
|
"immutable": true,
|
|
7100
7296
|
"locationInModule": {
|
|
7101
7297
|
"filename": "lib/s3-bucket-helper.ts",
|
|
7102
|
-
"line":
|
|
7298
|
+
"line": 272
|
|
7103
7299
|
},
|
|
7104
7300
|
"name": "existingBucketObj",
|
|
7105
7301
|
"optional": true,
|
|
@@ -7112,7 +7308,7 @@
|
|
|
7112
7308
|
"immutable": true,
|
|
7113
7309
|
"locationInModule": {
|
|
7114
7310
|
"filename": "lib/s3-bucket-helper.ts",
|
|
7115
|
-
"line":
|
|
7311
|
+
"line": 275
|
|
7116
7312
|
},
|
|
7117
7313
|
"name": "existingLoggingBucketObj",
|
|
7118
7314
|
"optional": true,
|
|
@@ -7125,7 +7321,7 @@
|
|
|
7125
7321
|
"immutable": true,
|
|
7126
7322
|
"locationInModule": {
|
|
7127
7323
|
"filename": "lib/s3-bucket-helper.ts",
|
|
7128
|
-
"line":
|
|
7324
|
+
"line": 276
|
|
7129
7325
|
},
|
|
7130
7326
|
"name": "loggingBucketProps",
|
|
7131
7327
|
"optional": true,
|
|
@@ -7138,7 +7334,7 @@
|
|
|
7138
7334
|
"immutable": true,
|
|
7139
7335
|
"locationInModule": {
|
|
7140
7336
|
"filename": "lib/s3-bucket-helper.ts",
|
|
7141
|
-
"line":
|
|
7337
|
+
"line": 277
|
|
7142
7338
|
},
|
|
7143
7339
|
"name": "logS3AccessLogs",
|
|
7144
7340
|
"optional": true,
|
|
@@ -7697,6 +7893,6 @@
|
|
|
7697
7893
|
"symbolId": "lib/waf-helper:WafWebAclProps"
|
|
7698
7894
|
}
|
|
7699
7895
|
},
|
|
7700
|
-
"version": "2.
|
|
7701
|
-
"fingerprint": "
|
|
7896
|
+
"version": "2.48.0",
|
|
7897
|
+
"fingerprint": "G5GbEY8qToaKR1CQCkiKLM6gfROvf/KVOovxhbGeqXY="
|
|
7702
7898
|
}
|