version property

Input<int?>? version
final

Specific layer version. Only valid with layerName. Conflicts with compatibleRuntime, compatibleArchitecture, and layerVersionArn. If omitted, the latest available layer version will be used.

Implementation

final pulumi.Input<int?>? version;