Sha256: c5bf92c29d28218916b8f19cea1b9368368d4144e427157b73cc90810f2a05f6

Contents?: true

Size: 526 Bytes

Versions: 3

Compression:

Stored size: 526 Bytes

Contents

sns <%= region.inspect %> do
  <%- topics_by_name.each do |name, topic| -%>
  topic <%= name.inspect %> do
    display_name <%= topic[:attrs].attributes['DisplayName'].inspect %>

    effective_delivery_policy do
<%= JSON.parse(topic[:attrs].attributes['EffectiveDeliveryPolicy']).pretty_inspect.gsub(/^/, '      ') -%>
    end

    policy do
<%= JSON.parse(topic[:attrs].attributes['Policy']).pretty_inspect.gsub(/^/, '      ') -%>
    end
  end
  <%- if topics_by_name.keys.last != name -%>

  <%- end -%>
  <%- end -%>
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
simnos-0.1.0.beta4 lib/simnos/output_topic.erb
simnos-0.1.0.beta3 lib/simnos/output_topic.erb
simnos-0.1.0.beta2 lib/simnos/output_topic.erb