Class ProvisionedConcurrencyConfigState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Lambda
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ProvisionedConcurrencyConfigState : ResourceArgs
Constructors
View SourceProvisionedConcurrencyConfigState()
Declaration
public ProvisionedConcurrencyConfigState()
Properties
View SourceFunctionName
Name or Amazon Resource Name (ARN) of the Lambda Function.
Declaration
public Input<string> FunctionName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ProvisionedConcurrentExecutions
Amount of capacity to allocate. Must be greater than or equal to 1.
Declaration
public Input<int> ProvisionedConcurrentExecutions { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Qualifier
Lambda Function version or Lambda Alias name.
Declaration
public Input<string> Qualifier { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |