@aws-solutions-constructs/aws-cloudfront-s3 2.93.0 → 2.95.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.
@@ -0,0 +1,20 @@
1
+ {
2
+ "version": "48.0.0",
3
+ "files": {
4
+ "21fbb51d7b23f6a6c262b46a9caee79d744a3ac019fd45422d988b96d44b2a22": {
5
+ "displayName": "cfts3additionalbehaviorIntegDefaultTestDeployAssert95755C01 Template",
6
+ "source": {
7
+ "path": "cfts3additionalbehaviorIntegDefaultTestDeployAssert95755C01.template.json",
8
+ "packaging": "file"
9
+ },
10
+ "destinations": {
11
+ "current_account-current_region-d8d86b35": {
12
+ "bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
13
+ "objectKey": "21fbb51d7b23f6a6c262b46a9caee79d744a3ac019fd45422d988b96d44b2a22.json",
14
+ "assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
15
+ }
16
+ }
17
+ }
18
+ },
19
+ "dockerImages": {}
20
+ }
@@ -0,0 +1,36 @@
1
+ {
2
+ "Parameters": {
3
+ "BootstrapVersion": {
4
+ "Type": "AWS::SSM::Parameter::Value<String>",
5
+ "Default": "/cdk-bootstrap/hnb659fds/version",
6
+ "Description": "Version of the CDK Bootstrap resources in this environment, automatically retrieved from SSM Parameter Store. [cdk:skip]"
7
+ }
8
+ },
9
+ "Rules": {
10
+ "CheckBootstrapVersion": {
11
+ "Assertions": [
12
+ {
13
+ "Assert": {
14
+ "Fn::Not": [
15
+ {
16
+ "Fn::Contains": [
17
+ [
18
+ "1",
19
+ "2",
20
+ "3",
21
+ "4",
22
+ "5"
23
+ ],
24
+ {
25
+ "Ref": "BootstrapVersion"
26
+ }
27
+ ]
28
+ }
29
+ ]
30
+ },
31
+ "AssertDescription": "CDK bootstrap stack version 6 required. Please run 'cdk bootstrap' with a recent version of the CDK CLI."
32
+ }
33
+ ]
34
+ }
35
+ }
36
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "version": "48.0.0",
3
+ "testCases": {
4
+ "cfts3-additional-behavior/Integ/DefaultTest": {
5
+ "stacks": [
6
+ "cfts3-additional-behavior"
7
+ ],
8
+ "assertionStack": "cfts3-additional-behavior/Integ/DefaultTest/DeployAssert",
9
+ "assertionStackName": "cfts3additionalbehaviorIntegDefaultTestDeployAssert95755C01"
10
+ }
11
+ },
12
+ "minimumCliVersion": "2.1029.2"
13
+ }