for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
module Awspec::Type
class Firehose < ResourceBase
def initialize(name)
super
@delivery_stream_name = name
end
def resource_via_client
@resource_via_client ||= find_delivery_stream(@delivery_stream_name)
def id
@id ||= @delivery_stream_name if resource_via_client