Interface IScalableFunctionAttribute
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IDependable,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IScalableFunctionAttribute.Jsii$Default
- All Known Implementing Classes:
IScalableFunctionAttribute.Jsii$Proxy
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-24T13:34:41.289Z")
@Stability(Stable)
public interface IScalableFunctionAttribute
extends software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct
Interface for scalable attributes.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIScalableFunctionAttribute.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionvoidscaleOnSchedule(String id, ScalingSchedule actions) Scale out or in based on schedule.voidScale out or in to keep utilization at a given level.Methods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
scaleOnSchedule
Scale out or in based on schedule.- Parameters:
id- This parameter is required.actions- This parameter is required.
-
scaleOnUtilization
Scale out or in to keep utilization at a given level.The utilization is tracked by the LambdaProvisionedConcurrencyUtilization metric, emitted by lambda. See: https://docs.aws.amazon.com/lambda/latest/dg/monitoring-metrics.html#monitoring-metrics-concurrency
- Parameters:
options- This parameter is required.
-