Skip to content

Commit d8e29b2

Browse files
author
AWS
committed
EC2 Image Builder Update: Image pipelines can now automatically apply tags to images they create. Set the imageTags property when creating or updating your pipelines to get started.
1 parent d191f08 commit d8e29b2

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "EC2 Image Builder",
4+
"contributor": "",
5+
"description": "Image pipelines can now automatically apply tags to images they create. Set the imageTags property when creating or updating your pipelines to get started."
6+
}

services/imagebuilder/src/main/resources/codegen-resources/service-2.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2533,6 +2533,10 @@
25332533
"shape":"TagMap",
25342534
"documentation":"<p>The tags of the image pipeline.</p>"
25352535
},
2536+
"imageTags":{
2537+
"shape":"TagMap",
2538+
"documentation":"<p>The tags to be applied to the images produced by this pipeline.</p>"
2539+
},
25362540
"clientToken":{
25372541
"shape":"ClientToken",
25382542
"documentation":"<p>Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring idempotency</a> in the <i>Amazon EC2 API Reference</i>.</p>",
@@ -4453,6 +4457,10 @@
44534457
"shape":"ImageScanningConfiguration",
44544458
"documentation":"<p>Contains settings for vulnerability scans.</p>"
44554459
},
4460+
"imageTags":{
4461+
"shape":"TagMap",
4462+
"documentation":"<p>The tags to be applied to the images produced by this pipeline.</p>"
4463+
},
44564464
"executionRole":{
44574465
"shape":"RoleNameOrArn",
44584466
"documentation":"<p>The name or Amazon Resource Name (ARN) for the IAM role you create that grants Image Builder access to perform workflow actions.</p>"
@@ -5509,7 +5517,8 @@
55095517
},
55105518
"setDefaultVersion":{
55115519
"shape":"Boolean",
5512-
"documentation":"<p>Set the specified Amazon EC2 launch template as the default launch template for the specified account.</p>"
5520+
"documentation":"<p>Set the specified Amazon EC2 launch template as the default launch template for the specified account.</p>",
5521+
"box":true
55135522
}
55145523
},
55155524
"documentation":"<p>Identifies an Amazon EC2 launch template to use for a specific account.</p>"
@@ -7955,6 +7964,10 @@
79557964
"executionRole":{
79567965
"shape":"RoleNameOrArn",
79577966
"documentation":"<p>The name or Amazon Resource Name (ARN) for the IAM role you create that grants Image Builder access to perform workflow actions.</p>"
7967+
},
7968+
"imageTags":{
7969+
"shape":"TagMap",
7970+
"documentation":"<p>The tags to be applied to the images produced by this pipeline.</p>"
79587971
}
79597972
}
79607973
},

0 commit comments

Comments
 (0)