Пример #1
0
 public IRule CreateEventBridgeRule(string id, IRuleProps props)
 {
     return(HandlerResources.AwsCdkEventBridgeHandler.CreateRule(id, props));
 }
Пример #2
0
 public IRule CreateRule(string id, IRuleProps props)
 {
     return(new Rule(Scope, id, props));
 }