Class: Convection::Model::Template::Resource::ElasticBeanstalkConfigurationTemplate

Inherits:
Convection::Model::Template::Resource show all
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

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

#condition, #render_condition

Methods included from DSL::Template::Resource

attach_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_nameObject #application_name(value) ⇒ Object

Overloads:

  • #application_nameObject

    Returns the value of the 'ApplicationName' CloudFormation property.

  • #application_name(value) ⇒ Object

    Sets the 'ApplicationName' CloudFormation property.

    Parameters:

    • value

      the value to set the 'ApplicationName' CloudFormation property to.



11
# File 'lib/convection/model/template/resource/aws_elasticbeanstalk_configurationtemplate.rb', line 11

property :application_name, 'ApplicationName'

#descriptionObject #description(value) ⇒ Object

Overloads:

  • #descriptionObject

    Returns the value of the 'Description' CloudFormation property.

  • #description(value) ⇒ Object

    Sets the 'Description' CloudFormation property.

    Parameters:

    • value

      the value to set the 'Description' CloudFormation property to.



12
# File 'lib/convection/model/template/resource/aws_elasticbeanstalk_configurationtemplate.rb', line 12

property :description, 'Description'

#environmentObject #environment(value) ⇒ Object

Overloads:

  • #environmentObject

    Returns the value of the 'Environment' CloudFormation property.

  • #environment(value) ⇒ Object

    Sets the 'Environment' CloudFormation property.

    Parameters:

    • value

      the value to set the 'Environment' CloudFormation property to.



13
# File 'lib/convection/model/template/resource/aws_elasticbeanstalk_configurationtemplate.rb', line 13

property :environment, 'Environment'

#option_settingsObject #option_settings(value) ⇒ Object

Overloads:

  • #option_settingsObject

    Returns the value of the 'OptionSettings' CloudFormation property.

  • #option_settings(value) ⇒ Object

    Sets the 'OptionSettings' CloudFormation property.

    Parameters:

    • value

      the value to set the 'OptionSettings' CloudFormation property to.



14
# File 'lib/convection/model/template/resource/aws_elasticbeanstalk_configurationtemplate.rb', line 14

property :option_settings, 'OptionSettings'

#solution_stack_nameObject #solution_stack_name(value) ⇒ Object

Overloads:

  • #solution_stack_nameObject

    Returns the value of the 'SolutionStackName' CloudFormation property.

  • #solution_stack_name(value) ⇒ Object

    Sets the 'SolutionStackName' CloudFormation property.

    Parameters:

    • value

      the value to set the 'SolutionStackName' CloudFormation property to.



15
# File 'lib/convection/model/template/resource/aws_elasticbeanstalk_configurationtemplate.rb', line 15

property :solution_stack_name, 'SolutionStackName'

#source_configurationObject #source_configuration(value) ⇒ Object

Overloads:

  • #source_configurationObject

    Returns the value of the 'SourceConfiguration' CloudFormation property.

  • #source_configuration(value) ⇒ Object

    Sets the 'SourceConfiguration' CloudFormation property.

    Parameters:

    • value

      the value to set the 'SourceConfiguration' CloudFormation property to.



16
# File 'lib/convection/model/template/resource/aws_elasticbeanstalk_configurationtemplate.rb', line 16

property :source_configuration, 'SourceConfiguration'