GetLayerVersionResult constructor
- String? arn,
- String? codeSha256,
- String? compatibleArchitecture,
- List<
String> ? compatibleArchitectures, - String? compatibleRuntime,
- List<
String> ? compatibleRuntimes, - String? createdDate,
- String? description,
- String? id,
- String? layerArn,
- String? layerName,
- String? layerVersionArn,
- String? licenseInfo,
- String? region,
- String? signingJobArn,
- String? signingProfileVersionArn,
- String? sourceCodeHash,
- int? sourceCodeSize,
- int? version,
Creates a new GetLayerVersionResult.
arn ARN of the Lambda Layer with version.
codeSha256 Base64-encoded representation of raw SHA-256 sum of the zip file.
compatibleArchitecture Optional.
compatibleArchitectures List of Architectures the specific Lambda Layer version is compatible with.
compatibleRuntime Optional.
compatibleRuntimes List of Runtimes the specific Lambda Layer version is compatible with.
createdDate Date this resource was created.
description Description of the specific Lambda Layer version.
id The provider-assigned unique ID for this managed resource.
layerArn ARN of the Lambda Layer without version.
layerName Optional.
layerVersionArn Optional.
licenseInfo License info associated with the specific Lambda Layer version.
region Optional.
signingJobArn ARN of a signing job.
signingProfileVersionArn ARN for a signing profile version.
sourceCodeHash (Deprecated use codeSha256 instead) Base64-encoded representation of raw SHA-256 sum of the zip file.
sourceCodeSize Size in bytes of the function .zip file.
version Optional.
Implementation
const GetLayerVersionResult({
this.arn,
this.codeSha256,
this.compatibleArchitecture,
this.compatibleArchitectures,
this.compatibleRuntime,
this.compatibleRuntimes,
this.createdDate,
this.description,
this.id,
this.layerArn,
this.layerName,
this.layerVersionArn,
this.licenseInfo,
this.region,
this.signingJobArn,
this.signingProfileVersionArn,
this.sourceCodeHash,
this.sourceCodeSize,
this.version,
});