Skip to content

Commit

Permalink
Extra attrs for EC2imgbld components #357
Browse files Browse the repository at this point in the history
  • Loading branch information
iann0036 committed Feb 13, 2024
1 parent 8940f7a commit 9b74747
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions js/services/ec2imagebuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -608,10 +608,12 @@ service_mapping_functions.push(function(reqParams, obj, tracked_resources){
reqParams.cfn['ChangeDescription'] = obj.data.changeDescription;
reqParams.cfn['Platform'] = obj.data.platform;
reqParams.cfn['KmsKeyId'] = obj.data.kmsKeyId;
reqParams.cfn['SupportedOsVersions'] = obj.data.supportedOsVersions;
reqParams.cfn['Data'] = obj.data.data;
reqParams.cfn['Tags'] = stripAWSTags(obj.data.tags);

/*
TODO:
SKIPPED:
Uri
*/

Expand Down

0 comments on commit 9b74747

Please sign in to comment.