forked from noah-paige/quickstart-amazon-marketing-cloud-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ddk.json
31 lines (31 loc) · 845 Bytes
/
ddk.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"environments": {
"cicd": {
"repository": "ddk-amc-quickstart"
},
"dev": {
"account": "111111111111",
"region": "us-east-1",
"name": "Development",
"manual_approvals": false,
"email": "[email protected]",
"execute_security_lint": true,
"execute_tests": false,
"resource_prefix": "amc",
"data_pipeline_parameters": {
"team": "demoteam",
"pipeline": "adtech",
"dataset": "amcdataset",
"org": "aws",
"app": "datalake"
},
"resources": {
"amc-raw-bucket": { "versioned": false },
"amc-stage-bucket": { "versioned": false },
"amc-analytics-bucket": { "versioned": false },
"amc-artifacts-bucket": { "versioned": false },
"amc-athena-bucket": { "versioned": false }
}
}
}
}