Sha256: d07190bd3dd0f3dcf78124863a3915ed5639726d9082e5c197c07ad6cfe8fb28

Contents?: true

Size: 1.25 KB

Versions: 13

Compression:

Stored size: 1.25 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'

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
awspec-0.77.1 lib/awspec/matcher.rb
awspec-0.77.0 lib/awspec/matcher.rb
awspec-0.76.1 lib/awspec/matcher.rb
awspec-0.76.0 lib/awspec/matcher.rb
awspec-0.75.2 lib/awspec/matcher.rb
awspec-0.75.1 lib/awspec/matcher.rb
awspec-0.75.0 lib/awspec/matcher.rb
awspec-0.74.1 lib/awspec/matcher.rb
awspec-0.74.0 lib/awspec/matcher.rb
awspec-0.73.2 lib/awspec/matcher.rb
awspec-0.73.1 lib/awspec/matcher.rb
awspec-0.73.0 lib/awspec/matcher.rb
awspec-0.72.0 lib/awspec/matcher.rb