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
fun GetLayerVersionResult(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)
Types
Properties
Link copied to clipboard
A list of Architectures the specific Lambda Layer version is compatible with.
Link copied to clipboard
List of Runtimes the specific Lambda Layer version is compatible with.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard