Interface CfnVersionPropsMixin.ProvisionedConcurrencyConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnVersionPropsMixin.ProvisionedConcurrencyConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnVersionPropsMixin
@Stability(Stable)
public static interface CfnVersionPropsMixin.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.cfnpropertymixins.services.lambda.*;
ProvisionedConcurrencyConfigurationProperty provisionedConcurrencyConfigurationProperty = ProvisionedConcurrencyConfigurationProperty.builder()
.provisionedConcurrentExecutions(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnVersionPropsMixin.ProvisionedConcurrencyConfigurationProperty -
Method Summary
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
@Stability(Stable) static CfnVersionPropsMixin.ProvisionedConcurrencyConfigurationProperty.Builder builder()
-