Skip to content

Commit 380bdd2

Browse files
author
AWS
committed
EC2 Image Builder Update: Added a note to infrastructure configuration actions and data types concerning delivery of Image Builder event messages to encrypted SNS topics. The key that's used to encrypt the SNS topic must reside in the account that Image Builder runs under.
1 parent 9be233f commit 380bdd2

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed
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": "Added a note to infrastructure configuration actions and data types concerning delivery of Image Builder event messages to encrypted SNS topics. The key that's used to encrypt the SNS topic must reside in the account that Image Builder runs under."
6+
}

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -2086,7 +2086,7 @@
20862086
},
20872087
"snsTopicArn":{
20882088
"shape":"SnsTopicArn",
2089-
"documentation":"<p>The SNS topic on which to send image build events.</p>"
2089+
"documentation":"<p>The Amazon Resource Name (ARN) for the SNS topic to which we send image build event notifications.</p> <note> <p>EC2 Image Builder is unable to send notifications to SNS topics that are encrypted using keys from other accounts. The key that is used to encrypt the SNS topic must reside in the account that the Image Builder service runs under.</p> </note>"
20902090
},
20912091
"resourceTags":{
20922092
"shape":"ResourceTagMap",
@@ -3487,7 +3487,7 @@
34873487
},
34883488
"snsTopicArn":{
34893489
"shape":"NonEmptyString",
3490-
"documentation":"<p>The SNS topic Amazon Resource Name (ARN) of the infrastructure configuration.</p>"
3490+
"documentation":"<p>The Amazon Resource Name (ARN) for the SNS topic to which we send image build event notifications.</p> <note> <p>EC2 Image Builder is unable to send notifications to SNS topics that are encrypted using keys from other accounts. The key that is used to encrypt the SNS topic must reside in the account that the Image Builder service runs under.</p> </note>"
34913491
},
34923492
"dateCreated":{
34933493
"shape":"DateTime",
@@ -4877,7 +4877,7 @@
48774877
},
48784878
"snsTopicArn":{
48794879
"shape":"SnsTopicArn",
4880-
"documentation":"<p>The SNS topic on which to send image build events.</p>"
4880+
"documentation":"<p>The Amazon Resource Name (ARN) for the SNS topic to which we send image build event notifications.</p> <note> <p>EC2 Image Builder is unable to send notifications to SNS topics that are encrypted using keys from other accounts. The key that is used to encrypt the SNS topic must reside in the account that the Image Builder service runs under.</p> </note>"
48814881
},
48824882
"clientToken":{
48834883
"shape":"ClientToken",

0 commit comments

Comments
 (0)