@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:44.094Z")
public interface CfnLayerVersionProps
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.*; CfnLayerVersionProps cfnLayerVersionProps = CfnLayerVersionProps.builder() .content(ContentProperty.builder() .s3Bucket("s3Bucket") .s3Key("s3Key") // the properties below are optional .s3ObjectVersion("s3ObjectVersion") .build()) // the properties below are optional .compatibleArchitectures(List.of("compatibleArchitectures")) .compatibleRuntimes(List.of("compatibleRuntimes")) .description("description") .layerName("layerName") .licenseInfo("licenseInfo") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnLayerVersionProps.Builder
A builder for
CfnLayerVersionProps |
static class |
CfnLayerVersionProps.Jsii$Proxy
An implementation for
CfnLayerVersionProps |
Modifier and Type | Method and Description |
---|---|
static CfnLayerVersionProps.Builder |
builder() |
default java.util.List<java.lang.String> |
getCompatibleArchitectures()
A list of compatible [instruction set architectures](https://docs.aws.amazon.com/lambda/latest/dg/foundation-arch.html) .
|
default java.util.List<java.lang.String> |
getCompatibleRuntimes()
A list of compatible [function runtimes](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html) .
|
java.lang.Object |
getContent()
The function layer archive.
|
default java.lang.String |
getDescription()
The description of the version.
|
default java.lang.String |
getLayerName()
The name or Amazon Resource Name (ARN) of the layer.
|
default java.lang.String |
getLicenseInfo()
The layer's software license.
|
java.lang.Object getContent()
default java.util.List<java.lang.String> getCompatibleArchitectures()
default java.util.List<java.lang.String> getCompatibleRuntimes()
default java.lang.String getDescription()
default java.lang.String getLayerName()
default java.lang.String getLicenseInfo()
MIT
.https://opensource.org/licenses/MIT
.static CfnLayerVersionProps.Builder builder()
CfnLayerVersionProps.Builder
of CfnLayerVersionProps