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.
arnARN of the Lambda Layer with version.codeSha256Base64-encoded representation of raw SHA-256 sum of the zip file.compatibleArchitectureOptional.compatibleArchitecturesList of Architectures the specific Lambda Layer version is compatible with.compatibleRuntimeOptional.compatibleRuntimesList of Runtimes the specific Lambda Layer version is compatible with.createdDateDate this resource was created.descriptionDescription of the specific Lambda Layer version.idThe provider-assigned unique ID for this managed resource.layerArnARN of the Lambda Layer without version.layerNameOptional.layerVersionArnOptional.licenseInfoLicense info associated with the specific Lambda Layer version.regionOptional.signingJobArnARN of a signing job.signingProfileVersionArnARN for a signing profile version.sourceCodeHash(Deprecated usecodeSha256instead) Base64-encoded representation of raw SHA-256 sum of the zip file.sourceCodeSizeSize in bytes of the function .zip file.versionOptional.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
codeSha256instead) 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