-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathparameters.json
More file actions
50 lines (50 loc) · 1.33 KB
/
parameters.json
File metadata and controls
50 lines (50 loc) · 1.33 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[
{
"ParameterKey": "InitialS3BucketName",
"ParameterValue": "Yourname-bootstrap-bucket"
},
{
"ParameterKey": "InitialTemplateName",
"ParameterValue": "AccountInitial.yml"
},
{
"ParameterKey": "CreateAccountLambdaName",
"ParameterValue": "CreateAccountLambda"
},
{
"ParameterKey": "DeployAccountLambdaName",
"ParameterValue": "DeployAccountLambda"
},
{
"ParameterKey": "ToolInstallS3Bucket",
"ParameterValue": "Yourname-lambda-zip-bucket"
},
{
"ParameterKey": "CreateAccountLambdaZipFileName",
"ParameterValue": "lambda_create_account.zip"
},
{
"ParameterKey": "DeployAccountLambdaZipFileName",
"ParameterValue": "lambda_deploy_account.zip"
},
{
"ParameterKey": "SAMLMetadataS3BucketName",
"ParameterValue": "Yourname-saml-bucket"
},
{
"ParameterKey": "ChildAccountDefaultRole",
"ParameterValue": "OrganizationAccountAccessRole"
},
{
"ParameterKey": "AccessToBilling",
"ParameterValue": "DENY"
},
{
"ParameterKey": "CloudFormationStackName",
"ParameterValue": "account-initialization"
},
{
"ParameterKey": "CloudFormationStackRegion",
"ParameterValue": "cn-north-1"
}
]