Show / Hide Table of Contents

Class ProvisionedConcurrencyConfigState

Inheritance
System.Object
InputArgs
ResourceArgs
ProvisionedConcurrencyConfigState
Inherited Members
ResourceArgs.Empty
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 Source

ProvisionedConcurrencyConfigState()

Declaration
public ProvisionedConcurrencyConfigState()

Properties

View Source

FunctionName

Name or Amazon Resource Name (ARN) of the Lambda Function.

Declaration
public Input<string> FunctionName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

Qualifier

Lambda Function version or Lambda Alias name.

Declaration
public Input<string> Qualifier { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.