Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aws
GitHub Repository: aws/aws-cli
Path: blob/develop/tests/unit/customizations/emr/input_bootstrap_actions.json
1569 views
1
[
2
{"Name": "Bootstrap Action 1",
3
"Path": "s3://mybucket/test1",
4
"Args": ["arg1", "arg2"]
5
},
6
{"Name": "Bootstrap Action 2",
7
"Path": "s3://mybucket/test2",
8
"Args": ["arg1", "arg2"]
9
}
10
]
11