Skip to content

Commit 6edef3c

Browse files
authored
Merge pull request #196 from aws-samples/fix/resource-tags-property
fix: resourceTags property type
2 parents 401f8d1 + e42ff98 commit 6edef3c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

API.md

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export interface ImagePipelineProps {
128128
/**
129129
* The tags attached to the resource created by Image Builder
130130
*/
131-
readonly resourceTags?: {[key: string]: any};
131+
readonly resourceTags?: {[key: string]: string};
132132
}
133133

134134
export class ImagePipeline extends Construct {

0 commit comments

Comments
 (0)