Get Layer Version Result
data class GetLayerVersionResult(val arn: String, val compatibleArchitecture: String? = null, val compatibleArchitectures: List<String>, val compatibleRuntime: String? = null, val compatibleRuntimes: List<String>, val createdDate: String, val description: String, val id: String, val layerArn: String, val layerName: String, val licenseInfo: String, val signingJobArn: String, val signingProfileVersionArn: String, val sourceCodeHash: String, val sourceCodeSize: Int, val version: Int)
A collection of values returned by getLayerVersion.
Constructors
Link copied to clipboard
constructor(arn: String, compatibleArchitecture: String? = null, compatibleArchitectures: List<String>, compatibleRuntime: String? = null, compatibleRuntimes: List<String>, createdDate: String, description: String, id: String, layerArn: String, layerName: String, licenseInfo: String, signingJobArn: String, signingProfileVersionArn: String, sourceCodeHash: String, sourceCodeSize: Int, version: Int)
Properties
Link copied to clipboard
Link copied to clipboard
A list of Architectures the specific Lambda Layer version is compatible with.
Link copied to clipboard
Link copied to clipboard
List of Runtimes the specific Lambda Layer version is compatible with.
Link copied to clipboard
Date this resource was created.
Link copied to clipboard
Description of the specific Lambda Layer version.
Link copied to clipboard
License info associated with the specific Lambda Layer version.
Link copied to clipboard
ARN of a signing job.
Link copied to clipboard
The ARN for a signing profile version.
Link copied to clipboard
Base64-encoded representation of raw SHA-256 sum of the zip file.
Link copied to clipboard
Size in bytes of the function .zip file.