Sha256: e03ced7bed8d5608fb31c881b40a6e7882141530e9a1a452ad6c7c970c713ef7
Contents?: true
Size: 580 Bytes
Versions: 125
Compression:
Stored size: 580 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 ```
Version data entries
125 entries across 125 versions & 2 rubygems