Skip to content

Commit

Permalink
documenting resourceLink in README
Browse files Browse the repository at this point in the history
  • Loading branch information
PatMyron authored Feb 21, 2020
1 parent 5f3aa9c commit 20283a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 20283a9

Please sign in to comment.