| Package | Description |
|---|---|
| software.amazon.awscdk |
AWS Cloud Development Kit Library
|
| Modifier and Type | Method and Description |
|---|---|
CustomResourceProviderRuntime |
CustomResourceProviderProps.getRuntime()
(experimental) The AWS Lambda runtime and version to use for the provider.
|
CustomResourceProviderRuntime |
CustomResourceProviderProps.Jsii$Proxy.getRuntime() |
static CustomResourceProviderRuntime |
CustomResourceProviderRuntime.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomResourceProviderRuntime[] |
CustomResourceProviderRuntime.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CustomResourceProviderProps.Builder |
CustomResourceProviderProps.Builder.runtime(CustomResourceProviderRuntime runtime)
Sets the value of
CustomResourceProviderProps.getRuntime() |
| Constructor and Description |
|---|
Jsii$Proxy(String codeDirectory,
CustomResourceProviderRuntime runtime,
String description,
Map<String,String> environment,
Size memorySize,
List<? extends Object> policyStatements,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
CustomResourceProviderProps.Builder. |
Copyright © 2021. All rights reserved.