From 20283a936e227cfd57598cc95124555db4d2c0c6 Mon Sep 17 00:00:00 2001 From: Pat Myron Date: Fri, 21 Feb 2020 12:29:14 -0800 Subject: [PATCH] documenting resourceLink in README https://github.com/aws-cloudformation/aws-cloudformation-resource-schema/pull/67 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6fdd21c..489db81 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,12 @@ The following (truncated) example shows some of the semantic definitions for an { "$id": "aws-s3-bucket.json", "typeName": "AWS::S3::Bucket", + "resourceLink": { + "templateUri": "/s3/home?region=${awsRegion}&bucket=${BucketName}", + "mappings": { + "BucketName": "/BucketName" + } + }, "definitions": { ... }, "properties": { "Arn": {