Sha256: f74e694f55f19f6d746cb492ed6b32a0012c9488c459327929f02571ab812dc6

Contents?: true

Size: 963 Bytes

Versions: 19

Compression:

Stored size: 963 Bytes

Contents

# EC2
require 'awspec/matcher/belong_to_vpc'
require 'awspec/matcher/belong_to_subnet'
require 'awspec/matcher/have_tag'

# RDS
require 'awspec/matcher/belong_to_db_subnet_group'

# SecurityGroup
require 'awspec/matcher/be_opened'
require 'awspec/matcher/be_opened_only'

# Route53
require 'awspec/matcher/have_record_set'

# RouteTable
require 'awspec/matcher/have_route'

# IAM User
require 'awspec/matcher/belong_to_iam_group'
require 'awspec/matcher/have_inline_policy'

# IAM User/Group/Role
require 'awspec/matcher/be_allowed_action'

# ElastiCache
require 'awspec/matcher/belong_to_replication_group'
require 'awspec/matcher/belong_to_cache_subnet_group'

# CloudWatch
require 'awspec/matcher/belong_to_metric'

# NetworkAcl
require 'awspec/matcher/be_allowed'
require 'awspec/matcher/be_denied'

# NetworkInterface
require 'awspec/matcher/be_attached_to'
require 'awspec/matcher/have_private_ip_address'

# CloudFront
require 'awspec/matcher/have_origin'

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
awspec-0.52.4 lib/awspec/matcher.rb
awspec-0.52.3 lib/awspec/matcher.rb
awspec-0.52.2 lib/awspec/matcher.rb
awspec-0.52.1 lib/awspec/matcher.rb
awspec-0.52.0 lib/awspec/matcher.rb
awspec-0.51.0 lib/awspec/matcher.rb
awspec-0.50.0 lib/awspec/matcher.rb
awspec-0.49.0 lib/awspec/matcher.rb
awspec-0.48.0 lib/awspec/matcher.rb
awspec-0.47.0 lib/awspec/matcher.rb
awspec-0.46.0 lib/awspec/matcher.rb
awspec-0.45.0 lib/awspec/matcher.rb
awspec-0.44.0 lib/awspec/matcher.rb
awspec-0.43.0 lib/awspec/matcher.rb
awspec-0.42.0 lib/awspec/matcher.rb
awspec-0.41.0 lib/awspec/matcher.rb
awspec-0.40.0 lib/awspec/matcher.rb
awspec-0.39.0 lib/awspec/matcher.rb
awspec-0.38.0 lib/awspec/matcher.rb