You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
"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."
Copy file name to clipboardExpand all lines: services/imagebuilder/src/main/resources/codegen-resources/service-2.json
+3-3
Original file line number
Diff line number
Diff line change
@@ -2086,7 +2086,7 @@
2086
2086
},
2087
2087
"snsTopicArn":{
2088
2088
"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>"
2090
2090
},
2091
2091
"resourceTags":{
2092
2092
"shape":"ResourceTagMap",
@@ -3487,7 +3487,7 @@
3487
3487
},
3488
3488
"snsTopicArn":{
3489
3489
"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>"
3491
3491
},
3492
3492
"dateCreated":{
3493
3493
"shape":"DateTime",
@@ -4877,7 +4877,7 @@
4877
4877
},
4878
4878
"snsTopicArn":{
4879
4879
"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>"
0 commit comments