@routineless/nx-aws-cdk
Version:
Nx plugin for AWS CDK
34 lines (33 loc) • 796 B
JSON
{
"$schema": "http://json-schema.org/schema",
"title": "Cdk executor",
"description": "Executor for aws cdk",
"type": "object",
"properties": {
"account": {
"description": "AWS account id",
"type": "number",
"alias": "a"
},
"region": {
"description": "AWS region",
"type": "string",
"alias": "r"
},
"watch": {
"description": "Watch mode. Will trigger the command when files changes.",
"type": "boolean",
"alias": "w"
},
"resolve": {
"description": "Resolve mode. Will try to resolve aws region and account from the context.",
"type": "boolean",
"alias": "R"
},
"env": {
"description": "Deployment environment name.",
"type": "string",
"alias": "e"
}
}
}