Cloudformation - EventBus support (#3052)
* add EventBus to model's map * add support for creation of EventBus through cloudformation's api * add cloudformation's delete * add cloudformation's update * add cloudformation's attribute
This commit is contained in:
parent
029b2a9751
commit
e32a60185f
3 changed files with 223 additions and 2 deletions
|
|
@ -96,6 +96,7 @@ MODEL_MAP = {
|
|||
"AWS::S3::Bucket": s3_models.FakeBucket,
|
||||
"AWS::SQS::Queue": sqs_models.Queue,
|
||||
"AWS::Events::Rule": events_models.Rule,
|
||||
"AWS::Events::EventBus": events_models.EventBus,
|
||||
}
|
||||
|
||||
UNDOCUMENTED_NAME_TYPE_MAP = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue