Skip to content

DeployGroupProps

Properties for defining a DeployGroup.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-edas-deploygroup

Initializer

import ros_cdk_edas
ros_cdk_edas.DeployGroupProps(
  app_id: typing.Union[str, IResolvable],
  group_name: typing.Union[str, IResolvable]
)

Properties

Name Type Description
app_id typing.Union[str, ros_cdk_core.IResolvable] Property appId: Application ID.
group_name typing.Union[str, ros_cdk_core.IResolvable] Property groupName: Group name, maximum length of 64.

app_idRequired

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

Property appId: Application ID.


group_nameRequired

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

Property groupName: Group name, maximum length of 64.