Show / Hide Table of Contents

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 Source

Arn

The Amazon Resource Name (ARN) of the Lambda Layer with version.

Declaration
public readonly string Arn
Field Value
Type Description
System.String
View Source

CompatibleRuntime

Declaration
public readonly string CompatibleRuntime
Field Value
Type Description
System.String
View Source

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>
View Source

CreatedDate

The date this resource was created.

Declaration
public readonly string CreatedDate
Field Value
Type Description
System.String
View Source

Description

Description of the specific Lambda Layer version.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

LayerArn

The Amazon Resource Name (ARN) of the Lambda Layer without version.

Declaration
public readonly string LayerArn
Field Value
Type Description
System.String
View Source

LayerName

Declaration
public readonly string LayerName
Field Value
Type Description
System.String
View Source

LicenseInfo

License info associated with the specific Lambda Layer version.

Declaration
public readonly string LicenseInfo
Field Value
Type Description
System.String
View Source

SourceCodeHash

Base64-encoded representation of raw SHA-256 sum of the zip file.

Declaration
public readonly string SourceCodeHash
Field Value
Type Description
System.String
View Source

SourceCodeSize

The size in bytes of the function .zip file.

Declaration
public readonly int SourceCodeSize
Field Value
Type Description
System.Int32
View Source

Version

This Lamba Layer version.

Declaration
public readonly int Version
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.