Skip to content

RosLayerProps

Properties for defining a RosLayer.

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

Initializer

import ros_cdk_fc
ros_cdk_fc.RosLayerProps(
  code: typing.Union[IResolvable, CodeProperty],
  compatible_runtime: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]],
  layer_name: typing.Union[str, IResolvable],
  description: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
code typing.Union[ros_cdk_core.IResolvable, CodeProperty] No description.
compatible_runtime typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]] No description.
layer_name typing.Union[str, ros_cdk_core.IResolvable] No description.
description typing.Union[str, ros_cdk_core.IResolvable] No description.

codeRequired

code: typing.Union[IResolvable, CodeProperty]
  • Type: typing.Union[ros_cdk_core.IResolvable, CodeProperty]

compatible_runtimeRequired

compatible_runtime: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]]
  • Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]]

layer_nameRequired

layer_name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

descriptionOptional

description: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]