@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:40.490Z") @Stability(value=Stable) public interface VersionAttributes extends software.amazon.jsii.JsiiSerializable
// 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.*;
Function function_;
VersionAttributes versionAttributes = VersionAttributes.builder()
.lambda(function_)
.version("version")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
VersionAttributes.Builder
A builder for
VersionAttributes |
static class |
VersionAttributes.Jsii$Proxy
An implementation for
VersionAttributes |
| Modifier and Type | Method and Description |
|---|---|
static VersionAttributes.Builder |
builder() |
IFunction |
getLambda()
The lambda function.
|
String |
getVersion()
The version.
|
@Stability(value=Stable) @NotNull IFunction getLambda()
@Stability(value=Stable) @NotNull String getVersion()
@Stability(value=Stable) static VersionAttributes.Builder builder()
VersionAttributes.Builder of VersionAttributesCopyright © 2022. All rights reserved.