UNPKG

aws-cdk

Version:

CDK Toolkit, the command line tool for CDK apps

21 lines (20 loc) 313 B
{ "Resources": { "NestedResource": { "Type": "AWS::Something", "Properties": { "Property": "new-value" } } }, "Parameters": { "NestedParam": { "Type": "Number" } }, "Outputs": { "NestedOutput": { "Value": { "Ref": "NestedResource" } } } }