ProvisionedConcurrencyConfigArgs class

The set of arguments for ProvisionedConcurrencyConfig. The set of arguments for ProvisionedConcurrencyConfig.

Constructors

ProvisionedConcurrencyConfigArgs({required Input<String> functionName, required Input<int> provisionedConcurrentExecutions, required Input<String> qualifier, Input<String?>? region, Input<bool?>? skipDestroy})
Creates a new ProvisionedConcurrencyConfigArgs. functionName Name or ARN of the Lambda Function. provisionedConcurrentExecutions Amount of capacity to allocate. Must be greater than or equal to 1. qualifier Lambda Function version or Lambda Alias name. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. skipDestroy Whether to retain the provisioned concurrency configuration upon destruction. Defaults to false. If set to true, the resource is simply removed from state instead.
const
ProvisionedConcurrencyConfigArgs.fromMap(Map<String, dynamic> map)
factory

Properties

functionName → Input<String>
Name or ARN of the Lambda Function.
final
hashCode int
The hash code for this object.
no setterinherited
provisionedConcurrentExecutions → Input<int>
Amount of capacity to allocate. Must be greater than or equal to 1.
final
qualifier → Input<String>
Lambda Function version or Lambda Alias name.
final
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skipDestroy → Input<bool?>?
Whether to retain the provisioned concurrency configuration upon destruction. Defaults to false. If set to true, the resource is simply removed from state instead.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited