Class: Convection::Model::Template::Resource::ScheduledAction

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

Overview

AWS::AutoScaling::ScheduledAction

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

#_terraform_module_dir_to_flag, #_terraform_module_flag_to_dir, attach_resource, attach_resource_collection, resource_collection_dsl_methods, resource_dsl_methods

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_import_value, #fn_not, #fn_or, #fn_ref, #fn_sub, #get_att, #get_azs, included, #join, mixers, #select

Constructor Details

This class inherits a constructor from Convection::Model::Template::Resource

Instance Method Details

#auto_scaling_group_nameObject #auto_scaling_group_name(value) ⇒ Object

Overloads:

  • #auto_scaling_group_nameObject

    Returns the value of the ‘AutoScalingGroupName’ CloudFormation property.

  • #auto_scaling_group_name(value) ⇒ Object

    Sets the ‘AutoScalingGroupName’ CloudFormation property.

    Parameters:

    • value

      the value to set the ‘AutoScalingGroupName’ CloudFormation property to.



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

property :auto_scaling_group_name, 'AutoScalingGroupName'

#desired_capacityObject #desired_capacity(value) ⇒ Object

Overloads:

  • #desired_capacityObject

    Returns the value of the ‘DesiredCapacity’ CloudFormation property.

  • #desired_capacity(value) ⇒ Object

    Sets the ‘DesiredCapacity’ CloudFormation property.

    Parameters:

    • value

      the value to set the ‘DesiredCapacity’ CloudFormation property to.



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

property :desired_capacity, 'DesiredCapacity'

#end_timeObject #end_time(value) ⇒ Object

Overloads:

  • #end_timeObject

    Returns the value of the ‘EndTime’ CloudFormation property.

  • #end_time(value) ⇒ Object

    Sets the ‘EndTime’ CloudFormation property.

    Parameters:

    • value

      the value to set the ‘EndTime’ CloudFormation property to.



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

property :end_time, 'EndTime'

#max_sizeObject #max_size(value) ⇒ Object

Overloads:

  • #max_sizeObject

    Returns the value of the ‘MaxSize’ CloudFormation property.

  • #max_size(value) ⇒ Object

    Sets the ‘MaxSize’ CloudFormation property.

    Parameters:

    • value

      the value to set the ‘MaxSize’ CloudFormation property to.



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

property :max_size, 'MaxSize'

#min_sizeObject #min_size(value) ⇒ Object

Overloads:

  • #min_sizeObject

    Returns the value of the ‘MinSize’ CloudFormation property.

  • #min_size(value) ⇒ Object

    Sets the ‘MinSize’ CloudFormation property.

    Parameters:

    • value

      the value to set the ‘MinSize’ CloudFormation property to.



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

property :min_size, 'MinSize'

#recurrenceObject #recurrence(value) ⇒ Object

Overloads:

  • #recurrenceObject

    Returns the value of the ‘Recurrence’ CloudFormation property.

  • #recurrence(value) ⇒ Object

    Sets the ‘Recurrence’ CloudFormation property.

    Parameters:

    • value

      the value to set the ‘Recurrence’ CloudFormation property to.



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

property :recurrence, 'Recurrence'

#start_timeObject #start_time(value) ⇒ Object

Overloads:

  • #start_timeObject

    Returns the value of the ‘StartTime’ CloudFormation property.

  • #start_time(value) ⇒ Object

    Sets the ‘StartTime’ CloudFormation property.

    Parameters:

    • value

      the value to set the ‘StartTime’ CloudFormation property to.



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

property :start_time, 'StartTime'