UNPKG

aws-cdk

Version:

CDK Toolkit, the command line tool for CDK apps

20 lines (19 loc) 397 B
{ "Resources": { "SomeResource": { "Type": "AWS::Something", "Properties": { "Property": "new-value" } }, "NestedStack": { "Type": "AWS::CloudFormation::Stack", "Properties": { "TemplateURL": "https://www.magic-url.com" }, "Metadata": { "aws:asset:path": "one-resource-stack.nested.template.json" } } } }