Uses of Class
software.amazon.awscdk.services.lambda.CfnLayerVersion.Builder
Packages that use CfnLayerVersion.Builder
-
Uses of CfnLayerVersion.Builder in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return CfnLayerVersion.BuilderModifier and TypeMethodDescriptionCfnLayerVersion.Builder.compatibleArchitectures(List<String> compatibleArchitectures) A list of compatible instruction set architectures .CfnLayerVersion.Builder.compatibleRuntimes(List<String> compatibleRuntimes) A list of compatible function runtimes .CfnLayerVersion.Builder.content(IResolvable content) The function layer archive.CfnLayerVersion.Builder.content(CfnLayerVersion.ContentProperty content) The function layer archive.static CfnLayerVersion.BuilderCfnLayerVersion.Builder.description(String description) The description of the version.The name or Amazon Resource Name (ARN) of the layer.CfnLayerVersion.Builder.licenseInfo(String licenseInfo) The layer's software license.