Class: Convection::Model::Template::Resource::ElasticBeanstalkEnvironment

Inherits:
Convection::Model::Template::Resource show all
Defined in:
lib/convection/model/template/resource/aws_elasticbeanstalk_environment.rb

Overview

AWS::ElasticBeanstalk::Environment

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_environment.rb', line 11

property :application_name, 'ApplicationName'

#cname_prefixObject #cname_prefix(value) ⇒ Object

Overloads:

  • #cname_prefixObject

    Returns the value of the 'CNAMEPrefix' CloudFormation property.

  • #cname_prefix(value) ⇒ Object

    Sets the 'CNAMEPrefix' CloudFormation property.

    Parameters:

    • value

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



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

property :cname_prefix, 'CNAMEPrefix'

#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.



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

property :description, 'Description'

#environment_nameObject #environment_name(value) ⇒ Object

Overloads:

  • #environment_nameObject

    Returns the value of the 'EnvironmentName' CloudFormation property.

  • #environment_name(value) ⇒ Object

    Sets the 'EnvironmentName' CloudFormation property.

    Parameters:

    • value

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



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

property :environment_name, 'EnvironmentName'

#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.



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

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.



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

property :solution_stack_name, 'SolutionStackName'

#tagsObject #tags(value) ⇒ Object

Overloads:

  • #tagsObject

    Returns the value of the 'Tags' CloudFormation property.

  • #tags(value) ⇒ Object

    Sets the 'Tags' CloudFormation property.

    Parameters:

    • value

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



17
# File 'lib/convection/model/template/resource/aws_elasticbeanstalk_environment.rb', line 17

property :tags, 'Tags'

#template_nameObject #template_name(value) ⇒ Object

Overloads:

  • #template_nameObject

    Returns the value of the 'TemplateName' CloudFormation property.

  • #template_name(value) ⇒ Object

    Sets the 'TemplateName' CloudFormation property.

    Parameters:

    • value

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



18
# File 'lib/convection/model/template/resource/aws_elasticbeanstalk_environment.rb', line 18

property :template_name, 'TemplateName'

#tierObject #tier(value) ⇒ Object

Overloads:

  • #tierObject

    Returns the value of the 'Tier' CloudFormation property.

  • #tier(value) ⇒ Object

    Sets the 'Tier' CloudFormation property.

    Parameters:

    • value

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



19
# File 'lib/convection/model/template/resource/aws_elasticbeanstalk_environment.rb', line 19

property :tier, 'Tier'

#version_labelObject #version_label(value) ⇒ Object

Overloads:

  • #version_labelObject

    Returns the value of the 'VersionLabel' CloudFormation property.

  • #version_label(value) ⇒ Object

    Sets the 'VersionLabel' CloudFormation property.

    Parameters:

    • value

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



20
# File 'lib/convection/model/template/resource/aws_elasticbeanstalk_environment.rb', line 20

property :version_label, 'VersionLabel'