Skip to content

EngineNamespaceProps

Properties for defining a EngineNamespace.

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

Initializer

import { EngineNamespaceProps } from '@alicloud/ros-cdk-mse'
const engineNamespaceProps: EngineNamespaceProps = { ... }

Properties

Name Type Description
instanceId string | @alicloud/ros-cdk-core.IResolvable Property instanceId: The ID of the instance.
name string | @alicloud/ros-cdk-core.IResolvable Property name: The display name of the namespace.
desc string | @alicloud/ros-cdk-core.IResolvable Property desc: The description of the namespace.
identity string | @alicloud/ros-cdk-core.IResolvable Property identity: The custom ID of the namespace.

instanceIdRequired

public readonly instanceId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property instanceId: The ID of the instance.


nameRequired

public readonly name: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property name: The display name of the namespace.


descOptional

public readonly desc: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property desc: The description of the namespace.


identityOptional

public readonly identity: string | IResolvable;
  • Type: string | @alicloud/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.