Parameter | Type | Description | Example |
---|---|---|---|
object | The details of the layer. | ||
acl | string | The permission of the layer. Valid value: 0 and 1. 0 specifies that the layer is private, and 1 specifies that the layer is public. By default, public layers are public. Custom layers can be set to private or public. | 0 |
code | OutputCodeLocation | The information about the code package of the layer. | |
codeChecksum | string | The crc64 verification code of the layer code package, which is calculated based on ECMA-182. | 2825179536350**** |
codeSize | long | The size of the layer code package. Unit: bytes. | 421 |
compatibleRuntime | array | The runtimes that are supported by the layer. | |
string | The runtime. | python3.10 | |
createTime | string | The time when the layer version was created. | 2023-03-30T11:08:00Z |
description | string | The description of the layer version. | My first layer |
layerName | string | The name of the layer. | MyLayer |
layerVersionArn | string | The name of the resource in the layer version. The name is in the acs:fc:{region}:{accountID}:layers/{layerName}/versions/{layerVersion} format. | acs:fc:cn-beijing:186824xxxxxx:layers/fc_layer/versions/1 |
license | string | The license agreement. | Apache |
version | integer | The layer version. | 1 |