Interface CfnVersion.ProvisionedConcurrencyConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnVersion.ProvisionedConcurrencyConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnVersion
@Stability(Stable)
public static interface CfnVersion.ProvisionedConcurrencyConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
A provisioned concurrency configuration for a function's version.
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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnVersion.ProvisionedConcurrencyConfigurationProperty
static final class
An implementation forCfnVersion.ProvisionedConcurrencyConfigurationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The amount of provisioned concurrency to allocate for the version.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getProvisionedConcurrentExecutions
The amount of provisioned concurrency to allocate for the version.- See Also:
-
builder
-