Sha256: 5bd0e57d86754e005836f1983496f6c9c35276f4c89ac019f2e1ac82e51dc433
Contents?: true
Size: 697 Bytes
Versions: 43
Compression:
Stored size: 697 Bytes
Contents
### exist ```ruby describe cloudtrail('my-trail') do it { should exist } end ``` ### have_global_service_events_included ```ruby describe cloudtrail('my-trail') do it { should have_global_service_events_included } end ``` ### be_multi_region_trail ```ruby describe cloudtrail('my-trail') do it { should be_multi_region_trail } end ``` ### have_log_file_validation_enabled ```ruby describe cloudtrail('my-trail') do it { should have_log_file_validation_enabled } end ``` ### be_logging ```ruby describe cloudtrail('my-trail') do it { should be_logging } end ``` ### have_tag ```ruby describe cloudtrail('my-trail') do it { should have_tag('Name').value('my-trail') } end ```
Version data entries
43 entries across 43 versions & 3 rubygems