Skip to content

RosLayerProps

Properties for defining a RosLayer.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-fc-layer

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkfc"
&alicloudroscdkfc.RosLayerProps {
    Code: interface{},
    CompatibleRuntime: interface{},
    LayerName: interface{},
    Description: interface{},
}

Properties

Name Type Description
Code interface{} No description.
CompatibleRuntime interface{} No description.
LayerName interface{} No description.
Description interface{} No description.

CodeRequired

Code interface{}
  • Type: interface{}

CompatibleRuntimeRequired

CompatibleRuntime interface{}
  • Type: interface{}

LayerNameRequired

LayerName interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}