Class: CFM::ConfigurationStub
- Inherits:
-
Configuration
- Object
- Configuration
- CFM::ConfigurationStub
- Defined in:
- lib/etude_for_aws/cfm/configuration.rb
Constant Summary
Constants included from ConfigurationHelper
ConfigurationHelper::YAML_FILE
Instance Attribute Summary
Attributes inherited from Configuration
#azs, #parameters, #stack_id, #stack_name, #stack_tag_value, #template, #template_path, #vpc_id, #yaml
Instance Method Summary collapse
Methods inherited from Configuration
#get_template_file, #initialize
Methods included from ConfigurationHelper
#get_yaml_destination_cidr_block, #get_yaml_ec2_config, #get_yaml_ec2_instances, #get_yaml_internet_gateway, get_yaml_region, #get_yaml_stack_name, #get_yaml_stack_tag_value, #get_yaml_subnet_cidr_block, #get_yaml_subnet_cidr_block_private, #get_yaml_subnet_cidr_block_public, #get_yaml_template_file, #get_yaml_template_path, #get_yaml_vpc_cidr_block, #get_yaml_vpc_route_tables, #get_yaml_vpc_subnets, #get_yaml_vpc_tags, #get_yaml_vpn_info, #get_yaml_zas, load_yaml_file
Methods included from CertificationHelper
Constructor Details
This class inherits a constructor from CFM::Configuration
Instance Method Details
#create_client ⇒ Object
35 36 37 |
# File 'lib/etude_for_aws/cfm/configuration.rb', line 35 def create_client Aws::CloudFormation::Client.new(stub_responses: true) end |