GetLayerVersionResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the Lambda Layer with version.

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
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

ARN of the Lambda Layer without version.

Link copied to clipboard
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.

Link copied to clipboard

This Lamba Layer version.