Class CfnAlias.ProvisionedConcurrencyConfigurationProperty
A provisioned concurrency configuration for a function's alias.
Inheritance
System.Object
CfnAlias.ProvisionedConcurrencyConfigurationProperty
Namespace: Amazon.CDK.AWS.Lambda
Assembly: Amazon.CDK.AWS.Lambda.dll
Syntax (csharp)
public class ProvisionedConcurrencyConfigurationProperty : Object, CfnAlias.IProvisionedConcurrencyConfigurationProperty
Syntax (vb)
Public Class ProvisionedConcurrencyConfigurationProperty
Inherits Object
Implements CfnAlias.IProvisionedConcurrencyConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Lambda;
var provisionedConcurrencyConfigurationProperty = new ProvisionedConcurrencyConfigurationProperty {
ProvisionedConcurrentExecutions = 123
};
Synopsis
Constructors
ProvisionedConcurrencyConfigurationProperty() |
Properties
ProvisionedConcurrentExecutions | The amount of provisioned concurrency to allocate for the alias. |
Constructors
ProvisionedConcurrencyConfigurationProperty()
public ProvisionedConcurrencyConfigurationProperty()
Properties
ProvisionedConcurrentExecutions
The amount of provisioned concurrency to allocate for the alias.
public double ProvisionedConcurrentExecutions { get; set; }
Property Value
System.Double