Sha256: 4a4ace775ad3aaa4c6e1d8b3d8da9b11bf341b5a678690e76cc69e6ee81837ed

Contents?: true

Size: 1.37 KB

Versions: 17

Compression:

Stored size: 1.37 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 / AlbListener
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'

# Alb Target Group
require 'awspec/matcher/belong_to_alb'

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
awspec-1.1.0 lib/awspec/matcher.rb
awspec-1.0.0 lib/awspec/matcher.rb
awspec-1.0.0.rc lib/awspec/matcher.rb
awspec-0.88.2 lib/awspec/matcher.rb
awspec-0.88.1 lib/awspec/matcher.rb
awspec-0.88.0 lib/awspec/matcher.rb
awspec-0.87.1 lib/awspec/matcher.rb
awspec-0.87.0 lib/awspec/matcher.rb
awspec-0.86.0 lib/awspec/matcher.rb
cmonson_2ndwatch_awspec-0.85.4 lib/awspec/matcher.rb
awspec-0.85.3 lib/awspec/matcher.rb
cmonson_2ndwatch_awspec-0.85.3 lib/awspec/matcher.rb
awspec-0.85.2 lib/awspec/matcher.rb
awspec-0.85.1 lib/awspec/matcher.rb
awspec-0.85.0 lib/awspec/matcher.rb
awspec-0.84.1 lib/awspec/matcher.rb
awspec-0.84.0 lib/awspec/matcher.rb