ArbitraryIntervals
- class aws_cdk.aws_autoscaling_common.ArbitraryIntervals(*, absolute, intervals)
Bases:
object
- Parameters:
absolute (
bool
) –intervals (
Sequence
[Union
[ScalingInterval
,Dict
[str
,Any
]]]) –
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_autoscaling_common as autoscaling_common arbitrary_intervals = autoscaling_common.ArbitraryIntervals( absolute=False, intervals=[autoscaling_common.ScalingInterval( change=123, # the properties below are optional lower=123, upper=123 )] )
Attributes
- absolute
- intervals