-
Notifications
You must be signed in to change notification settings - Fork 14
/
cdk.json
23 lines (23 loc) · 872 Bytes
/
cdk.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"app": "npx ts-node bin/bb-20.ts",
"requireApproval": "never",
"context": {
"corporateDnsApex": "yourcompany.com",
"corporateNetBiosShortName": "corp",
"transitGatewayRouteTableSecretArn": "XXXXXXXXXXXX",
"researchTgAttachmentSecretArn": "XXXXXXXXXXXX",
"transitGatewaySecretArn": "XXXXXXXXXXXX",
"researchVpcCidrSecretArn": "XXXXXXXXXXXX",
"identityTgAttachmentSecretArn": "XXXXXXXXXXXX",
"identityVpcCidrSecretArn": "XXXXXXXXXXXX",
"identityAccountAdConnectorSecretArn": "XXXXXXXXXXXX",
"identityAccountAdConnectorSecretKeyArn": "XXXXXXXXXXXX",
"masterAcctId": "XXXXXXXXXXXX",
"transitAcctId": "XXXXXXXXXXXXX",
"researchAcctId": "XXXXXXXXXXXXX",
"orgArn": "XXXXXXXXXXXX",
"envMasterAccountId": "XXXXXXXXXXXX",
"envTransitAccountId": "XXXXXXXXXXXX",
"envResearchAccountId": "XXXXXXXXXXXX"
}
}