Skip to content

EngineNamespaceProps

Properties for defining a EngineNamespace.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-mse-enginenamespace

Initializer

import ros_cdk_mse
ros_cdk_mse.EngineNamespaceProps(
  instance_id: typing.Union[str, IResolvable],
  name: typing.Union[str, IResolvable],
  desc: typing.Union[str, IResolvable] = None,
  identity: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
instance_id typing.Union[str, ros_cdk_core.IResolvable] Property instanceId: The ID of the instance.
name typing.Union[str, ros_cdk_core.IResolvable] Property name: The display name of the namespace.
desc typing.Union[str, ros_cdk_core.IResolvable] Property desc: The description of the namespace.
identity typing.Union[str, ros_cdk_core.IResolvable] Property identity: The custom ID of the namespace.

instance_idRequired

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

Property instanceId: The ID of the instance.


nameRequired

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

Property name: The display name of the namespace.


descOptional

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

Property desc: The description of the namespace.


identityOptional

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

Property identity: The custom ID of the namespace.

If you do not specify this parameter, the automatically generated Universally Unique Identifier (UUID) is returned.