Skip to content

RosTemplateProps

Properties for defining a RosTemplate.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-oos-template

Initializer

import ros_cdk_oos
ros_cdk_oos.RosTemplateProps(
  content: typing.Union[str, IResolvable],
  template_name: typing.Union[str, IResolvable],
  resource_group_id: typing.Union[str, IResolvable] = None,
  tags: typing.Mapping[typing.Any] = None
)

Properties

Name Type Description
content typing.Union[str, ros_cdk_core.IResolvable] No description.
template_name typing.Union[str, ros_cdk_core.IResolvable] No description.
resource_group_id typing.Union[str, ros_cdk_core.IResolvable] No description.
tags typing.Mapping[typing.Any] No description.

contentRequired

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

template_nameRequired

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

resource_group_idOptional

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

tagsOptional

tags: typing.Mapping[typing.Any]
  • Type: typing.Mapping[typing.Any]