Class GetLayerVersionArgs
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 GetLayerVersionArgs : InvokeArgs
Constructors
View SourceGetLayerVersionArgs()
Declaration
public GetLayerVersionArgs()
Properties
View SourceCompatibleRuntime
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 |
LayerName
Name of the lambda layer.
Declaration
public string LayerName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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> |