Sha256: 2e3aab2cf6338307756a7804a5792ac7bb7059f4d196100439a38058becc4b4d

Contents?: true

Size: 1.3 KB

Versions: 13

Compression:

Stored size: 1.3 KB

Contents

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

# 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'

# Kms
require 'awspec/matcher/have_key_policy'

# WafWebAcl
require 'awspec/matcher/have_rule'

# CloudWatch Logs
require 'awspec/matcher/have_subscription_filter'

# DynamoDB
require 'awspec/matcher/have_attribute_definition'
require 'awspec/matcher/have_key_schema'

# EIP
require 'awspec/matcher/belong_to_domain'

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
awspec-0.83.0 lib/awspec/matcher.rb
awspec-0.82.3 lib/awspec/matcher.rb
awspec-0.82.2 lib/awspec/matcher.rb
awspec-0.82.1 lib/awspec/matcher.rb
awspec-0.82.0 lib/awspec/matcher.rb
awspec-0.81.1 lib/awspec/matcher.rb
awspec-0.81.0 lib/awspec/matcher.rb
awspec-0.80.1 lib/awspec/matcher.rb
awspec-0.80.0 lib/awspec/matcher.rb
awspec-0.79.2 lib/awspec/matcher.rb
awspec-0.79.1 lib/awspec/matcher.rb
awspec-0.79.0 lib/awspec/matcher.rb
awspec-0.78.1 lib/awspec/matcher.rb