Sha256: 1af286d37e309f26ac8265718a10092d30d5544df9843ab8df15a41561467ac2

Contents?: true

Size: 520 Bytes

Versions: 100

Compression:

Stored size: 520 Bytes

Contents

require_relative '../resource'

module Convection
  module Model
    class Template
      class Resource
        ##
        # AWS::AutoScaling::ScalingPolicy
        ##
        class ScalingPolicy < Resource
          type 'AWS::AutoScaling::ScalingPolicy'
          property :adjustment_type, 'AdjustmentType'
          property :auto_scaling_group_name, 'AutoScalingGroupName'
          property :cooldown, 'Cooldown'
          property :scaling_adjustment, 'ScalingAdjustment'
        end
      end
    end
  end
end

Version data entries

100 entries across 100 versions & 1 rubygems

Version Path
convection-2.3.1 lib/convection/model/template/resource/aws_auto_scaling_scaling_policy.rb
convection-2.3.0 lib/convection/model/template/resource/aws_auto_scaling_scaling_policy.rb
convection-2.2.29 lib/convection/model/template/resource/aws_auto_scaling_scaling_policy.rb
convection-2.2.28.pre.beta.2 lib/convection/model/template/resource/aws_auto_scaling_scaling_policy.rb
convection-2.2.28.pre.beta.1 lib/convection/model/template/resource/aws_auto_scaling_scaling_policy.rb
convection-2.2.27 lib/convection/model/template/resource/aws_auto_scaling_scaling_policy.rb
convection-2.2.26 lib/convection/model/template/resource/aws_auto_scaling_scaling_policy.rb
convection-2.2.25 lib/convection/model/template/resource/aws_auto_scaling_scaling_policy.rb
convection-2.2.24 lib/convection/model/template/resource/aws_auto_scaling_scaling_policy.rb
convection-2.2.23 lib/convection/model/template/resource/aws_auto_scaling_scaling_policy.rb
convection-2.2.22 lib/convection/model/template/resource/aws_auto_scaling_scaling_policy.rb
convection-2.2.21 lib/convection/model/template/resource/aws_auto_scaling_scaling_policy.rb
convection-2.2.20 lib/convection/model/template/resource/aws_auto_scaling_scaling_policy.rb
convection-2.2.19 lib/convection/model/template/resource/aws_auto_scaling_scaling_policy.rb
convection-2.2.18 lib/convection/model/template/resource/aws_auto_scaling_scaling_policy.rb
convection-2.2.17 lib/convection/model/template/resource/aws_auto_scaling_scaling_policy.rb
convection-2.2.16 lib/convection/model/template/resource/aws_auto_scaling_scaling_policy.rb
convection-2.2.15 lib/convection/model/template/resource/aws_auto_scaling_scaling_policy.rb
convection-2.2.14 lib/convection/model/template/resource/aws_auto_scaling_scaling_policy.rb
convection-2.2.13 lib/convection/model/template/resource/aws_auto_scaling_scaling_policy.rb