Sha256: b6b5d42f9c38b6b996012490774c4c31202e07d07d8e4073e186971d6b00392c
Contents?: true
Size: 1.08 KB
Versions: 7
Compression:
Stored size: 1.08 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'
Version data entries
7 entries across 7 versions & 1 rubygems