Sha256: 720e5d2bc49660dc3246cc033114f65cbf60e31a8db79aaf047e9c0312ca3ebd
Contents?: true
Size: 420 Bytes
Versions: 118
Compression:
Stored size: 420 Bytes
Contents
module Awspec::Type class CloudwatchEvent < ResourceBase def resource_via_client @resource_via_client ||= find_cloudwatch_event(@display_name) end def id @id ||= resource_via_client.arn if resource_via_client end def enable? resource_via_client.state == 'ENABLED' end def scheduled?(schedule) resource_via_client.schedule_expression == schedule end end end
Version data entries
118 entries across 118 versions & 4 rubygems