// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Event Bus creation 1`] = ` { "Resources": { "EventRule07C93571D": { "Properties": { "EventBusName": { "Ref": "InferenceEventsC18A8A53", }, "EventPattern": { "account": [ { "Ref": "AWS::AccountId", }, ], "region": [ { "Ref": "AWS::Region", }, ], "resources": [ { "Fn::Join": [ "", [ "arn:", { "Ref": "AWS::Partition", }, ":lambda:", { "Ref": "AWS::Region", }, ":", { "Ref": "AWS::AccountId", }, ":function:*", ], ], }, ], "source": [ "com.platform.event.*", ], }, "State": "ENABLED", }, "Type": "AWS::Events::Rule", }, "InferenceEventsC18A8A53": { "Properties": { "Name": "TestEventBus", }, "Type": "AWS::Events::EventBus", }, }, } `;