GetLayerVersionResult class

Result data returned by getLayerVersion.

Constructors

GetLayerVersionResult({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.
const
GetLayerVersionResult.fromMap(Map<String, dynamic> map)
factory

Properties

arn String?
ARN of the Lambda Layer with version.
final
codeSha256 String?
Base64-encoded representation of raw SHA-256 sum of the zip file.
final
compatibleArchitecture String?
final
compatibleArchitectures List<String>?
List of Architectures the specific Lambda Layer version is compatible with.
final
compatibleRuntime String?
final
compatibleRuntimes List<String>?
List of Runtimes the specific Lambda Layer version is compatible with.
final
createdDate String?
Date this resource was created.
final
description String?
Description of the specific Lambda Layer version.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The provider-assigned unique ID for this managed resource.
final
layerArn String?
ARN of the Lambda Layer without version.
final
layerName String?
final
layerVersionArn String?
final
licenseInfo String?
License info associated with the specific Lambda Layer version.
final
region String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signingJobArn String?
ARN of a signing job.
final
signingProfileVersionArn String?
ARN for a signing profile version.
final
sourceCodeHash String?
(Deprecated use codeSha256 instead) Base64-encoded representation of raw SHA-256 sum of the zip file.
final
sourceCodeSize int?
Size in bytes of the function .zip file.
final
version int?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited