Class GetLayerVersionResult
Inheritance
System.Object
GetLayerVersionResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Lambda
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetLayerVersionResult
Fields
View SourceArn
The Amazon Resource Name (ARN) of the Lambda Layer with version.
Declaration
public readonly string Arn
Field Value
| Type | Description |
|---|---|
| System.String |
CompatibleRuntime
Declaration
public readonly string CompatibleRuntime
Field Value
| Type | Description |
|---|---|
| System.String |
CompatibleRuntimes
A list of Runtimes the specific Lambda Layer version is compatible with.
Declaration
public readonly ImmutableArray<string> CompatibleRuntimes
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
CreatedDate
The date this resource was created.
Declaration
public readonly string CreatedDate
Field Value
| Type | Description |
|---|---|
| System.String |
Description
Description of the specific Lambda Layer version.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
LayerArn
The Amazon Resource Name (ARN) of the Lambda Layer without version.
Declaration
public readonly string LayerArn
Field Value
| Type | Description |
|---|---|
| System.String |
LayerName
Declaration
public readonly string LayerName
Field Value
| Type | Description |
|---|---|
| System.String |
LicenseInfo
License info associated with the specific Lambda Layer version.
Declaration
public readonly string LicenseInfo
Field Value
| Type | Description |
|---|---|
| System.String |
SourceCodeHash
Base64-encoded representation of raw SHA-256 sum of the zip file.
Declaration
public readonly string SourceCodeHash
Field Value
| Type | Description |
|---|---|
| System.String |
SourceCodeSize
The size in bytes of the function .zip file.
Declaration
public readonly int SourceCodeSize
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Version
This Lamba Layer version.
Declaration
public readonly int Version
Field Value
| Type | Description |
|---|---|
| System.Int32 |