@aws-solutions-constructs/aws-wafwebacl-appsync 2.50.0 → 2.52.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/.eslintignore +3 -1
- package/.jsii +50 -5
- package/integ.config.json +7 -0
- package/lib/index.js +1 -1
- package/package.json +12 -11
- package/test/integ.wafaps-no-arguments.js +5 -2
- package/test/integ.wafaps-no-arguments.js.snapshot/cdk.out +1 -0
- package/test/integ.wafaps-no-arguments.js.snapshot/integ.json +12 -0
- package/test/integ.wafaps-no-arguments.js.snapshot/manifest.json +125 -0
- package/test/integ.wafaps-no-arguments.js.snapshot/tree.json +301 -0
- package/test/integ.wafaps-no-arguments.js.snapshot/wafaps-no-arguments.assets.json +19 -0
- package/test/integ.wafaps-no-arguments.js.snapshot/wafaps-no-arguments.template.json +204 -0
- package/test/integ.wafaps-no-arguments.js.snapshot/wafapsnoargumentsIntegDefaultTestDeployAssertF5B21BFB.assets.json +19 -0
- package/test/integ.wafaps-no-arguments.js.snapshot/wafapsnoargumentsIntegDefaultTestDeployAssertF5B21BFB.template.json +36 -0
- package/test/integ.wafaps-partial-arguments.js +5 -2
- package/test/integ.wafaps-partial-arguments.js.snapshot/cdk.out +1 -0
- package/test/integ.wafaps-partial-arguments.js.snapshot/integ.json +12 -0
- package/test/integ.wafaps-partial-arguments.js.snapshot/manifest.json +125 -0
- package/test/integ.wafaps-partial-arguments.js.snapshot/tree.json +302 -0
- package/test/integ.wafaps-partial-arguments.js.snapshot/wafaps-partial-arguments.assets.json +19 -0
- package/test/integ.wafaps-partial-arguments.js.snapshot/wafaps-partial-arguments.template.json +205 -0
- package/test/integ.wafaps-partial-arguments.js.snapshot/wafapspartialargumentsIntegDefaultTestDeployAssert5B8DF79A.assets.json +19 -0
- package/test/integ.wafaps-partial-arguments.js.snapshot/wafapspartialargumentsIntegDefaultTestDeployAssert5B8DF79A.template.json +36 -0
- package/test/integ.wafaps-no-arguments.expected.json +0 -204
- package/test/integ.wafaps-partial-arguments.expected.json +0 -205
|
@@ -0,0 +1,204 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Resources": {
|
|
3
|
+
"newgraphqlapi": {
|
|
4
|
+
"Type": "AWS::AppSync::GraphQLApi",
|
|
5
|
+
"Properties": {
|
|
6
|
+
"AuthenticationType": "API_KEY",
|
|
7
|
+
"Name": "api"
|
|
8
|
+
}
|
|
9
|
+
},
|
|
10
|
+
"testwafwebaclappsynctestwafwebaclappsyncWebACLA64C38D0": {
|
|
11
|
+
"Type": "AWS::WAFv2::WebACL",
|
|
12
|
+
"Properties": {
|
|
13
|
+
"DefaultAction": {
|
|
14
|
+
"Allow": {}
|
|
15
|
+
},
|
|
16
|
+
"Rules": [
|
|
17
|
+
{
|
|
18
|
+
"Name": "AWS-AWSManagedRulesBotControlRuleSet",
|
|
19
|
+
"OverrideAction": {
|
|
20
|
+
"None": {}
|
|
21
|
+
},
|
|
22
|
+
"Priority": 0,
|
|
23
|
+
"Statement": {
|
|
24
|
+
"ManagedRuleGroupStatement": {
|
|
25
|
+
"Name": "AWSManagedRulesBotControlRuleSet",
|
|
26
|
+
"VendorName": "AWS"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"VisibilityConfig": {
|
|
30
|
+
"CloudWatchMetricsEnabled": true,
|
|
31
|
+
"MetricName": "AWSManagedRulesBotControlRuleSet",
|
|
32
|
+
"SampledRequestsEnabled": true
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"Name": "AWS-AWSManagedRulesKnownBadInputsRuleSet",
|
|
37
|
+
"OverrideAction": {
|
|
38
|
+
"None": {}
|
|
39
|
+
},
|
|
40
|
+
"Priority": 1,
|
|
41
|
+
"Statement": {
|
|
42
|
+
"ManagedRuleGroupStatement": {
|
|
43
|
+
"Name": "AWSManagedRulesKnownBadInputsRuleSet",
|
|
44
|
+
"VendorName": "AWS"
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
"VisibilityConfig": {
|
|
48
|
+
"CloudWatchMetricsEnabled": true,
|
|
49
|
+
"MetricName": "AWSManagedRulesKnownBadInputsRuleSet",
|
|
50
|
+
"SampledRequestsEnabled": true
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"Name": "AWS-AWSManagedRulesCommonRuleSet",
|
|
55
|
+
"OverrideAction": {
|
|
56
|
+
"None": {}
|
|
57
|
+
},
|
|
58
|
+
"Priority": 2,
|
|
59
|
+
"Statement": {
|
|
60
|
+
"ManagedRuleGroupStatement": {
|
|
61
|
+
"Name": "AWSManagedRulesCommonRuleSet",
|
|
62
|
+
"VendorName": "AWS"
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
"VisibilityConfig": {
|
|
66
|
+
"CloudWatchMetricsEnabled": true,
|
|
67
|
+
"MetricName": "AWSManagedRulesCommonRuleSet",
|
|
68
|
+
"SampledRequestsEnabled": true
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"Name": "AWS-AWSManagedRulesAnonymousIpList",
|
|
73
|
+
"OverrideAction": {
|
|
74
|
+
"None": {}
|
|
75
|
+
},
|
|
76
|
+
"Priority": 3,
|
|
77
|
+
"Statement": {
|
|
78
|
+
"ManagedRuleGroupStatement": {
|
|
79
|
+
"Name": "AWSManagedRulesAnonymousIpList",
|
|
80
|
+
"VendorName": "AWS"
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
"VisibilityConfig": {
|
|
84
|
+
"CloudWatchMetricsEnabled": true,
|
|
85
|
+
"MetricName": "AWSManagedRulesAnonymousIpList",
|
|
86
|
+
"SampledRequestsEnabled": true
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"Name": "AWS-AWSManagedRulesAmazonIpReputationList",
|
|
91
|
+
"OverrideAction": {
|
|
92
|
+
"None": {}
|
|
93
|
+
},
|
|
94
|
+
"Priority": 4,
|
|
95
|
+
"Statement": {
|
|
96
|
+
"ManagedRuleGroupStatement": {
|
|
97
|
+
"Name": "AWSManagedRulesAmazonIpReputationList",
|
|
98
|
+
"VendorName": "AWS"
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
"VisibilityConfig": {
|
|
102
|
+
"CloudWatchMetricsEnabled": true,
|
|
103
|
+
"MetricName": "AWSManagedRulesAmazonIpReputationList",
|
|
104
|
+
"SampledRequestsEnabled": true
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"Name": "AWS-AWSManagedRulesAdminProtectionRuleSet",
|
|
109
|
+
"OverrideAction": {
|
|
110
|
+
"None": {}
|
|
111
|
+
},
|
|
112
|
+
"Priority": 5,
|
|
113
|
+
"Statement": {
|
|
114
|
+
"ManagedRuleGroupStatement": {
|
|
115
|
+
"Name": "AWSManagedRulesAdminProtectionRuleSet",
|
|
116
|
+
"VendorName": "AWS"
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
"VisibilityConfig": {
|
|
120
|
+
"CloudWatchMetricsEnabled": true,
|
|
121
|
+
"MetricName": "AWSManagedRulesAdminProtectionRuleSet",
|
|
122
|
+
"SampledRequestsEnabled": true
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"Name": "AWS-AWSManagedRulesSQLiRuleSet",
|
|
127
|
+
"OverrideAction": {
|
|
128
|
+
"None": {}
|
|
129
|
+
},
|
|
130
|
+
"Priority": 6,
|
|
131
|
+
"Statement": {
|
|
132
|
+
"ManagedRuleGroupStatement": {
|
|
133
|
+
"Name": "AWSManagedRulesSQLiRuleSet",
|
|
134
|
+
"VendorName": "AWS"
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
"VisibilityConfig": {
|
|
138
|
+
"CloudWatchMetricsEnabled": true,
|
|
139
|
+
"MetricName": "AWSManagedRulesSQLiRuleSet",
|
|
140
|
+
"SampledRequestsEnabled": true
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
],
|
|
144
|
+
"Scope": "REGIONAL",
|
|
145
|
+
"VisibilityConfig": {
|
|
146
|
+
"CloudWatchMetricsEnabled": true,
|
|
147
|
+
"MetricName": "webACL",
|
|
148
|
+
"SampledRequestsEnabled": true
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
},
|
|
152
|
+
"testwafwebaclappsyncWebACLAssociation": {
|
|
153
|
+
"Type": "AWS::WAFv2::WebACLAssociation",
|
|
154
|
+
"Properties": {
|
|
155
|
+
"ResourceArn": {
|
|
156
|
+
"Fn::GetAtt": [
|
|
157
|
+
"newgraphqlapi",
|
|
158
|
+
"Arn"
|
|
159
|
+
]
|
|
160
|
+
},
|
|
161
|
+
"WebACLArn": {
|
|
162
|
+
"Fn::GetAtt": [
|
|
163
|
+
"testwafwebaclappsynctestwafwebaclappsyncWebACLA64C38D0",
|
|
164
|
+
"Arn"
|
|
165
|
+
]
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
},
|
|
170
|
+
"Parameters": {
|
|
171
|
+
"BootstrapVersion": {
|
|
172
|
+
"Type": "AWS::SSM::Parameter::Value<String>",
|
|
173
|
+
"Default": "/cdk-bootstrap/hnb659fds/version",
|
|
174
|
+
"Description": "Version of the CDK Bootstrap resources in this environment, automatically retrieved from SSM Parameter Store. [cdk:skip]"
|
|
175
|
+
}
|
|
176
|
+
},
|
|
177
|
+
"Rules": {
|
|
178
|
+
"CheckBootstrapVersion": {
|
|
179
|
+
"Assertions": [
|
|
180
|
+
{
|
|
181
|
+
"Assert": {
|
|
182
|
+
"Fn::Not": [
|
|
183
|
+
{
|
|
184
|
+
"Fn::Contains": [
|
|
185
|
+
[
|
|
186
|
+
"1",
|
|
187
|
+
"2",
|
|
188
|
+
"3",
|
|
189
|
+
"4",
|
|
190
|
+
"5"
|
|
191
|
+
],
|
|
192
|
+
{
|
|
193
|
+
"Ref": "BootstrapVersion"
|
|
194
|
+
}
|
|
195
|
+
]
|
|
196
|
+
}
|
|
197
|
+
]
|
|
198
|
+
},
|
|
199
|
+
"AssertDescription": "CDK bootstrap stack version 6 required. Please run 'cdk bootstrap' with a recent version of the CDK CLI."
|
|
200
|
+
}
|
|
201
|
+
]
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "36.0.0",
|
|
3
|
+
"files": {
|
|
4
|
+
"21fbb51d7b23f6a6c262b46a9caee79d744a3ac019fd45422d988b96d44b2a22": {
|
|
5
|
+
"source": {
|
|
6
|
+
"path": "wafapsnoargumentsIntegDefaultTestDeployAssertF5B21BFB.template.json",
|
|
7
|
+
"packaging": "file"
|
|
8
|
+
},
|
|
9
|
+
"destinations": {
|
|
10
|
+
"current_account-current_region": {
|
|
11
|
+
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
|
|
12
|
+
"objectKey": "21fbb51d7b23f6a6c262b46a9caee79d744a3ac019fd45422d988b96d44b2a22.json",
|
|
13
|
+
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"dockerImages": {}
|
|
19
|
+
}
|
|
@@ -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
|
+
}
|
|
@@ -16,6 +16,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
16
16
|
const aws_cdk_lib_1 = require("aws-cdk-lib");
|
|
17
17
|
const lib_1 = require("../lib");
|
|
18
18
|
const core_1 = require("@aws-solutions-constructs/core");
|
|
19
|
+
const integ_tests_alpha_1 = require("@aws-cdk/integ-tests-alpha");
|
|
19
20
|
const appsync = require("aws-cdk-lib/aws-appsync");
|
|
20
21
|
const app = new aws_cdk_lib_1.App();
|
|
21
22
|
// Empty arguments
|
|
@@ -31,5 +32,7 @@ new lib_1.WafwebaclToAppsync(stack, "test-wafwebacl-appsync", {
|
|
|
31
32
|
name: 'test-name-appsync'
|
|
32
33
|
}
|
|
33
34
|
});
|
|
34
|
-
|
|
35
|
-
|
|
35
|
+
new integ_tests_alpha_1.IntegTest(stack, 'Integ', { testCases: [
|
|
36
|
+
stack
|
|
37
|
+
] });
|
|
38
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW50ZWcud2FmYXBzLXBhcnRpYWwtYXJndW1lbnRzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiaW50ZWcud2FmYXBzLXBhcnRpYWwtYXJndW1lbnRzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQTs7Ozs7Ozs7Ozs7R0FXRzs7QUFFSCxnQkFBZ0I7QUFDaEIsNkNBQXlDO0FBQ3pDLGdDQUE0QztBQUM1Qyx5REFBd0U7QUFDeEUsa0VBQXVEO0FBQ3ZELG1EQUFtRDtBQUVuRCxNQUFNLEdBQUcsR0FBRyxJQUFJLGlCQUFHLEVBQUUsQ0FBQztBQUV0QixrQkFBa0I7QUFDbEIsTUFBTSxLQUFLLEdBQUcsSUFBSSxtQkFBSyxDQUFDLEdBQUcsRUFBRSw2QkFBc0IsQ0FBQyxVQUFVLENBQUMsQ0FBQyxDQUFDO0FBRWpFLE1BQU0sR0FBRyxHQUFHLElBQUksT0FBTyxDQUFDLGFBQWEsQ0FBQyxLQUFLLEVBQUUsaUJBQWlCLEVBQUU7SUFDOUQsSUFBSSxFQUFFLEtBQUs7SUFDWCxrQkFBa0IsRUFBRSxTQUFTO0NBQzlCLENBQUMsQ0FBQztBQUVILG1FQUFtRTtBQUNuRSxJQUFJLHdCQUFrQixDQUFDLEtBQUssRUFBRSx3QkFBd0IsRUFBRTtJQUN0RCxrQkFBa0IsRUFBRSxHQUFHO0lBQ3ZCLFdBQVcsRUFBRTtRQUNYLElBQUksRUFBRSxtQkFBbUI7S0FDMUI7Q0FDRixDQUFDLENBQUM7QUFFSCxJQUFJLDZCQUFTLENBQUMsS0FBSyxFQUFFLE9BQU8sRUFBRSxFQUFFLFNBQVMsRUFBRTtRQUN6QyxLQUFLO0tBQ04sRUFBRSxDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqICBDb3B5cmlnaHQgQW1hem9uLmNvbSwgSW5jLiBvciBpdHMgYWZmaWxpYXRlcy4gQWxsIFJpZ2h0cyBSZXNlcnZlZC5cbiAqXG4gKiAgTGljZW5zZWQgdW5kZXIgdGhlIEFwYWNoZSBMaWNlbnNlLCBWZXJzaW9uIDIuMCAodGhlIFwiTGljZW5zZVwiKS4gWW91IG1heSBub3QgdXNlIHRoaXMgZmlsZSBleGNlcHQgaW4gY29tcGxpYW5jZVxuICogIHdpdGggdGhlIExpY2Vuc2UuIEEgY29weSBvZiB0aGUgTGljZW5zZSBpcyBsb2NhdGVkIGF0XG4gKlxuICogICAgICBodHRwOi8vd3d3LmFwYWNoZS5vcmcvbGljZW5zZXMvTElDRU5TRS0yLjBcbiAqXG4gKiAgb3IgaW4gdGhlICdsaWNlbnNlJyBmaWxlIGFjY29tcGFueWluZyB0aGlzIGZpbGUuIFRoaXMgZmlsZSBpcyBkaXN0cmlidXRlZCBvbiBhbiAnQVMgSVMnIEJBU0lTLCBXSVRIT1VUIFdBUlJBTlRJRVNcbiAqICBPUiBDT05ESVRJT05TIE9GIEFOWSBLSU5ELCBleHByZXNzIG9yIGltcGxpZWQuIFNlZSB0aGUgTGljZW5zZSBmb3IgdGhlIHNwZWNpZmljIGxhbmd1YWdlIGdvdmVybmluZyBwZXJtaXNzaW9uc1xuICogIGFuZCBsaW1pdGF0aW9ucyB1bmRlciB0aGUgTGljZW5zZS5cbiAqL1xuXG4vLy8gIWNkay1pbnRlZyAqXG5pbXBvcnQgeyBBcHAsIFN0YWNrIH0gZnJvbSBcImF3cy1jZGstbGliXCI7XG5pbXBvcnQgeyBXYWZ3ZWJhY2xUb0FwcHN5bmMgfSBmcm9tIFwiLi4vbGliXCI7XG5pbXBvcnQgeyBnZW5lcmF0ZUludGVnU3RhY2tOYW1lIH0gZnJvbSBcIkBhd3Mtc29sdXRpb25zLWNvbnN0cnVjdHMvY29yZVwiO1xuaW1wb3J0IHsgSW50ZWdUZXN0IH0gZnJvbSAnQGF3cy1jZGsvaW50ZWctdGVzdHMtYWxwaGEnO1xuaW1wb3J0ICogYXMgYXBwc3luYyBmcm9tIFwiYXdzLWNkay1saWIvYXdzLWFwcHN5bmNcIjtcblxuY29uc3QgYXBwID0gbmV3IEFwcCgpO1xuXG4vLyBFbXB0eSBhcmd1bWVudHNcbmNvbnN0IHN0YWNrID0gbmV3IFN0YWNrKGFwcCwgZ2VuZXJhdGVJbnRlZ1N0YWNrTmFtZShfX2ZpbGVuYW1lKSk7XG5cbmNvbnN0IGFwaSA9IG5ldyBhcHBzeW5jLkNmbkdyYXBoUUxBcGkoc3RhY2ssIFwibmV3LWdyYXBocWwtYXBpXCIsIHtcbiAgbmFtZTogXCJhcGlcIixcbiAgYXV0aGVudGljYXRpb25UeXBlOiBcIkFQSV9LRVlcIixcbn0pO1xuXG4vLyBUaGlzIGNvbnN0cnVjdCBjYW4gb25seSBiZSBhdHRhY2hlZCB0byBhIGNvbmZpZ3VyZWQgQXBwc3luYyBBUEkuXG5uZXcgV2Fmd2ViYWNsVG9BcHBzeW5jKHN0YWNrLCBcInRlc3Qtd2Fmd2ViYWNsLWFwcHN5bmNcIiwge1xuICBleGlzdGluZ0FwcHN5bmNBcGk6IGFwaSxcbiAgd2ViYWNsUHJvcHM6IHtcbiAgICBuYW1lOiAndGVzdC1uYW1lLWFwcHN5bmMnXG4gIH1cbn0pO1xuXG5uZXcgSW50ZWdUZXN0KHN0YWNrLCAnSW50ZWcnLCB7IHRlc3RDYXNlczogW1xuICBzdGFja1xuXSB9KTtcbiJdfQ==
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":"36.0.0"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "36.0.0",
|
|
3
|
+
"testCases": {
|
|
4
|
+
"wafaps-partial-arguments/Integ/DefaultTest": {
|
|
5
|
+
"stacks": [
|
|
6
|
+
"wafaps-partial-arguments"
|
|
7
|
+
],
|
|
8
|
+
"assertionStack": "wafaps-partial-arguments/Integ/DefaultTest/DeployAssert",
|
|
9
|
+
"assertionStackName": "wafapspartialargumentsIntegDefaultTestDeployAssert5B8DF79A"
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "36.0.0",
|
|
3
|
+
"artifacts": {
|
|
4
|
+
"wafapspartialargumentsIntegDefaultTestDeployAssert5B8DF79A.assets": {
|
|
5
|
+
"type": "cdk:asset-manifest",
|
|
6
|
+
"properties": {
|
|
7
|
+
"file": "wafapspartialargumentsIntegDefaultTestDeployAssert5B8DF79A.assets.json",
|
|
8
|
+
"requiresBootstrapStackVersion": 6,
|
|
9
|
+
"bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version"
|
|
10
|
+
}
|
|
11
|
+
},
|
|
12
|
+
"wafapspartialargumentsIntegDefaultTestDeployAssert5B8DF79A": {
|
|
13
|
+
"type": "aws:cloudformation:stack",
|
|
14
|
+
"environment": "aws://unknown-account/unknown-region",
|
|
15
|
+
"properties": {
|
|
16
|
+
"templateFile": "wafapspartialargumentsIntegDefaultTestDeployAssert5B8DF79A.template.json",
|
|
17
|
+
"terminationProtection": false,
|
|
18
|
+
"validateOnSynth": false,
|
|
19
|
+
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-deploy-role-${AWS::AccountId}-${AWS::Region}",
|
|
20
|
+
"cloudFormationExecutionRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-cfn-exec-role-${AWS::AccountId}-${AWS::Region}",
|
|
21
|
+
"stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}/21fbb51d7b23f6a6c262b46a9caee79d744a3ac019fd45422d988b96d44b2a22.json",
|
|
22
|
+
"requiresBootstrapStackVersion": 6,
|
|
23
|
+
"bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version",
|
|
24
|
+
"additionalDependencies": [
|
|
25
|
+
"wafapspartialargumentsIntegDefaultTestDeployAssert5B8DF79A.assets"
|
|
26
|
+
],
|
|
27
|
+
"lookupRole": {
|
|
28
|
+
"arn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-lookup-role-${AWS::AccountId}-${AWS::Region}",
|
|
29
|
+
"requiresBootstrapStackVersion": 8,
|
|
30
|
+
"bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"dependencies": [
|
|
34
|
+
"wafapspartialargumentsIntegDefaultTestDeployAssert5B8DF79A.assets"
|
|
35
|
+
],
|
|
36
|
+
"metadata": {
|
|
37
|
+
"/wafaps-partial-arguments/Integ/DefaultTest/DeployAssert/BootstrapVersion": [
|
|
38
|
+
{
|
|
39
|
+
"type": "aws:cdk:logicalId",
|
|
40
|
+
"data": "BootstrapVersion"
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"/wafaps-partial-arguments/Integ/DefaultTest/DeployAssert/CheckBootstrapVersion": [
|
|
44
|
+
{
|
|
45
|
+
"type": "aws:cdk:logicalId",
|
|
46
|
+
"data": "CheckBootstrapVersion"
|
|
47
|
+
}
|
|
48
|
+
]
|
|
49
|
+
},
|
|
50
|
+
"displayName": "wafaps-partial-arguments/Integ/DefaultTest/DeployAssert"
|
|
51
|
+
},
|
|
52
|
+
"wafaps-partial-arguments.assets": {
|
|
53
|
+
"type": "cdk:asset-manifest",
|
|
54
|
+
"properties": {
|
|
55
|
+
"file": "wafaps-partial-arguments.assets.json",
|
|
56
|
+
"requiresBootstrapStackVersion": 6,
|
|
57
|
+
"bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version"
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
"wafaps-partial-arguments": {
|
|
61
|
+
"type": "aws:cloudformation:stack",
|
|
62
|
+
"environment": "aws://unknown-account/unknown-region",
|
|
63
|
+
"properties": {
|
|
64
|
+
"templateFile": "wafaps-partial-arguments.template.json",
|
|
65
|
+
"terminationProtection": false,
|
|
66
|
+
"validateOnSynth": false,
|
|
67
|
+
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-deploy-role-${AWS::AccountId}-${AWS::Region}",
|
|
68
|
+
"cloudFormationExecutionRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-cfn-exec-role-${AWS::AccountId}-${AWS::Region}",
|
|
69
|
+
"stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}/d82edc5fc1602e03b35e750d1fc3ed584bf205204a1b876d0040de346fa6ed1e.json",
|
|
70
|
+
"requiresBootstrapStackVersion": 6,
|
|
71
|
+
"bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version",
|
|
72
|
+
"additionalDependencies": [
|
|
73
|
+
"wafaps-partial-arguments.assets"
|
|
74
|
+
],
|
|
75
|
+
"lookupRole": {
|
|
76
|
+
"arn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-lookup-role-${AWS::AccountId}-${AWS::Region}",
|
|
77
|
+
"requiresBootstrapStackVersion": 8,
|
|
78
|
+
"bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version"
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
"dependencies": [
|
|
82
|
+
"wafaps-partial-arguments.assets"
|
|
83
|
+
],
|
|
84
|
+
"metadata": {
|
|
85
|
+
"/wafaps-partial-arguments/new-graphql-api": [
|
|
86
|
+
{
|
|
87
|
+
"type": "aws:cdk:logicalId",
|
|
88
|
+
"data": "newgraphqlapi"
|
|
89
|
+
}
|
|
90
|
+
],
|
|
91
|
+
"/wafaps-partial-arguments/test-wafwebacl-appsync/test-wafwebacl-appsync-WebACL": [
|
|
92
|
+
{
|
|
93
|
+
"type": "aws:cdk:logicalId",
|
|
94
|
+
"data": "testwafwebaclappsynctestwafwebaclappsyncWebACLA64C38D0"
|
|
95
|
+
}
|
|
96
|
+
],
|
|
97
|
+
"/wafaps-partial-arguments/test-wafwebacl-appsync-WebACLAssociation": [
|
|
98
|
+
{
|
|
99
|
+
"type": "aws:cdk:logicalId",
|
|
100
|
+
"data": "testwafwebaclappsyncWebACLAssociation"
|
|
101
|
+
}
|
|
102
|
+
],
|
|
103
|
+
"/wafaps-partial-arguments/BootstrapVersion": [
|
|
104
|
+
{
|
|
105
|
+
"type": "aws:cdk:logicalId",
|
|
106
|
+
"data": "BootstrapVersion"
|
|
107
|
+
}
|
|
108
|
+
],
|
|
109
|
+
"/wafaps-partial-arguments/CheckBootstrapVersion": [
|
|
110
|
+
{
|
|
111
|
+
"type": "aws:cdk:logicalId",
|
|
112
|
+
"data": "CheckBootstrapVersion"
|
|
113
|
+
}
|
|
114
|
+
]
|
|
115
|
+
},
|
|
116
|
+
"displayName": "wafaps-partial-arguments"
|
|
117
|
+
},
|
|
118
|
+
"Tree": {
|
|
119
|
+
"type": "cdk:tree",
|
|
120
|
+
"properties": {
|
|
121
|
+
"file": "tree.json"
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
}
|