@Stability(value=Stable)
public static interface CfnVersion.ProvisionedConcurrencyConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.lambda.*;
ProvisionedConcurrencyConfigurationProperty provisionedConcurrencyConfigurationProperty = ProvisionedConcurrencyConfigurationProperty.builder()
.provisionedConcurrentExecutions(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnVersion.ProvisionedConcurrencyConfigurationProperty.Builder
A builder for
CfnVersion.ProvisionedConcurrencyConfigurationProperty |
static class |
CfnVersion.ProvisionedConcurrencyConfigurationProperty.Jsii$Proxy
An implementation for
CfnVersion.ProvisionedConcurrencyConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnVersion.ProvisionedConcurrencyConfigurationProperty.Builder |
builder() |
Number |
getProvisionedConcurrentExecutions()
The amount of provisioned concurrency to allocate for the version.
|
@Stability(value=Stable) @NotNull Number getProvisionedConcurrentExecutions()
@Stability(value=Stable) static CfnVersion.ProvisionedConcurrencyConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.