|
名称 |
类型 |
描述 |
示例值 |
|---|---|---|---|
|
object |
层的详细信息 |
||
| acl |
string |
层的权限。取值 0 代表私有,取值 1 代表公有。官方公共层默认为公有,自定义层可以设置为私有或者公有。 |
0 |
| code | OutputCodeLocation |
层的代码包信息 |
|
| codeChecksum |
string |
层代码包的 crc64 校验码,根据 ECMA-182 标准计算得出。 |
2825179536350**** |
| codeSize |
integer |
层的代码包大小,单位为 Byte。 |
421 |
| compatibleRuntime |
array |
层支持的运行时环境列表。 |
|
|
string |
运行时。 |
python3.10 |
|
| createTime |
string |
层版本的创建时间。 |
2023-03-30T11:08:00Z |
| description |
string |
版本的描述信息。 |
My first layer |
| layerName |
string |
层的名称。 |
MyLayer |
| layerVersionArn |
string |
层版本资源的名称,格式为 acs:fc:{region}:{accountID}:layers/{layerName}/versions/{layerVersion}. |
acs:fc:cn-beijing:186824xxxxxx:layers/fc_layer/versions/1 |
| license |
string |
许可协议。 |
Apache |
| version |
integer |
层的版本。 |
1 |