Show / Hide Table of Contents

Class GetLayerVersionArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetLayerVersionArgs
Inherited Members
InvokeArgs.Empty
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 GetLayerVersionArgs : InvokeArgs

Constructors

View Source

GetLayerVersionArgs()

Declaration
public GetLayerVersionArgs()

Properties

View Source

CompatibleRuntime

Specific runtime the layer version must support. Conflicts with version. If specified, the latest available layer version supporting the provided runtime will be used.

Declaration
public string CompatibleRuntime { get; set; }
Property Value
Type Description
System.String
View Source

LayerName

Name of the lambda layer.

Declaration
public string LayerName { get; set; }
Property Value
Type Description
System.String
View Source

Version

Specific layer version. Conflicts with compatible_runtime. If omitted, the latest available layer version will be used.

Declaration
public int? Version { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.