Skip to content

Commit e42ff98

Browse files
author
Cameron Magee
committed
fix: resourceTags property type
1 parent b69dea6 commit e42ff98

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)