class Convection::Model::Template::Resource::EventsRule

AWS::Events::Rule

Public Instance Methods

target(&block) click to toggle source
# File lib/convection/model/template/resource/aws_events_rule.rb, line 25
def target(&block)
  target = ResourceProperty::EventsRuleTarget.new(self)
  target.instance_exec(&block) if block
  targets << target
end