Class: Convection::Model::Template::Resource::ElasticBeanstalkConfigurationTemplate
- Inherits:
-
Convection::Model::Template::Resource
- Object
- Convection::Model::Template::Resource
- Convection::Model::Template::Resource::ElasticBeanstalkConfigurationTemplate
- Defined in:
- lib/convection/model/template/resource/aws_elasticbeanstalk_configurationtemplate.rb
Overview
AWS::ElasticBeanstalk::ConfigurationTemplate
Instance Attribute Summary
Attributes inherited from Convection::Model::Template::Resource
#exist, #name, #parent, #properties, #resource_attributes, #template
Instance Method Summary collapse
- #application_name(value) ⇒ Object
- #description(value) ⇒ Object
- #environment(value) ⇒ Object
- #option_settings(value) ⇒ Object
- #solution_stack_name(value) ⇒ Object
- #source_configuration(value) ⇒ Object
Methods inherited from Convection::Model::Template::Resource
#as_attribute, attach_method, #deletion_policy, #depends_on, #initialize, properties, property, #property, #reference, #render, type, #type, #with_output
Methods included from Mixin::Conditional
Methods included from DSL::Template::Resource
Methods included from DSL::Helpers
#camel_case, included, method_name, #screaming_snake_case, #snake_case
Methods included from DSL::IntrinsicFunctions
#base64, #find_in_map, #fn_and, #fn_equals, #fn_if, #fn_not, #fn_or, #fn_ref, #get_att, #get_azs, #join, #select
Constructor Details
This class inherits a constructor from Convection::Model::Template::Resource
Instance Method Details
#application_name ⇒ Object #application_name(value) ⇒ Object
11 |
# File 'lib/convection/model/template/resource/aws_elasticbeanstalk_configurationtemplate.rb', line 11 property :application_name, 'ApplicationName' |
#description ⇒ Object #description(value) ⇒ Object
12 |
# File 'lib/convection/model/template/resource/aws_elasticbeanstalk_configurationtemplate.rb', line 12 property :description, 'Description' |
#environment ⇒ Object #environment(value) ⇒ Object
13 |
# File 'lib/convection/model/template/resource/aws_elasticbeanstalk_configurationtemplate.rb', line 13 property :environment, 'Environment' |
#option_settings ⇒ Object #option_settings(value) ⇒ Object
14 |
# File 'lib/convection/model/template/resource/aws_elasticbeanstalk_configurationtemplate.rb', line 14 property :option_settings, 'OptionSettings' |
#solution_stack_name ⇒ Object #solution_stack_name(value) ⇒ Object
15 |
# File 'lib/convection/model/template/resource/aws_elasticbeanstalk_configurationtemplate.rb', line 15 property :solution_stack_name, 'SolutionStackName' |
#source_configuration ⇒ Object #source_configuration(value) ⇒ Object
16 |
# File 'lib/convection/model/template/resource/aws_elasticbeanstalk_configurationtemplate.rb', line 16 property :source_configuration, 'SourceConfiguration' |