Skip to content

Commit 2c33f05

Browse files
committed
added eventBridge notification resource spec
1 parent 63bd6bb commit 2c33f05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sp_api/api/notifications/notifications.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def create_destination(self, name: str, arn: str, account_id: str = None, region
145145
'arn': arn
146146
} if not account_id else {
147147
'region': region if region else self.region,
148-
'account_id': account_id
148+
'accountId': account_id
149149
}
150150
},
151151
'name': name,

0 commit comments

Comments
 (0)