| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnLayerVersion.Builder |
CfnLayerVersion.Builder.compatibleArchitectures(List<String> compatibleArchitectures)
A list of compatible [instruction set architectures](https://docs.aws.amazon.com/lambda/latest/dg/foundation-arch.html) .
|
CfnLayerVersion.Builder |
CfnLayerVersion.Builder.compatibleRuntimes(List<String> compatibleRuntimes)
A list of compatible [function runtimes](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html) .
|
CfnLayerVersion.Builder |
CfnLayerVersion.Builder.content(CfnLayerVersion.ContentProperty content)
The function layer archive.
|
CfnLayerVersion.Builder |
CfnLayerVersion.Builder.content(IResolvable content)
The function layer archive.
|
static CfnLayerVersion.Builder |
CfnLayerVersion.Builder.create(software.constructs.Construct scope,
String id) |
CfnLayerVersion.Builder |
CfnLayerVersion.Builder.description(String description)
The description of the version.
|
CfnLayerVersion.Builder |
CfnLayerVersion.Builder.layerName(String layerName)
The name or Amazon Resource Name (ARN) of the layer.
|
CfnLayerVersion.Builder |
CfnLayerVersion.Builder.licenseInfo(String licenseInfo)
The layer's software license.
|
Copyright © 2022. All rights reserved.