Sha256: 52a68717a94bb776be0caa6837c9e91c975b1b2f3e353795a21346db6d6688b0
Contents?: true
Size: 912 Bytes
Versions: 9
Compression:
Stored size: 912 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'
Version data entries
9 entries across 9 versions & 1 rubygems