Skip to content

NacosConfigProps

Properties for defining a NacosConfig.

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

Initializer

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

Properties

Name Type Description
dataId string | @alicloud/ros-cdk-core.IResolvable Property dataId: The data ID.
group string | @alicloud/ros-cdk-core.IResolvable Property group: The ID of the group.
instanceId string | @alicloud/ros-cdk-core.IResolvable Property instanceId: The ID of the instance.
appName string | @alicloud/ros-cdk-core.IResolvable Property appName: The name of the application.
betaIps string | @alicloud/ros-cdk-core.IResolvable Property betaIps: The list of IP addresses where the beta release of the configuration is performed.
content string | @alicloud/ros-cdk-core.IResolvable Property content: The content of the configuration.
desc string | @alicloud/ros-cdk-core.IResolvable Property desc: The description of the configuration.
namespaceId string | @alicloud/ros-cdk-core.IResolvable Property namespaceId: The ID of the namespace.
tags string Property tags: The tag of the configuration.
type string | @alicloud/ros-cdk-core.IResolvable Property type: The format of the configuration.

dataIdRequired

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

Property dataId: The data ID.


groupRequired

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

Property group: The ID of the group.


instanceIdRequired

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

Property instanceId: The ID of the instance.


appNameOptional

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

Property appName: The name of the application.


betaIpsOptional

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

Property betaIps: The list of IP addresses where the beta release of the configuration is performed.


contentOptional

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

Property content: The content of the configuration.


descOptional

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

Property desc: The description of the configuration.


namespaceIdOptional

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

Property namespaceId: The ID of the namespace.


tagsOptional

public readonly tags: string;
  • Type: string

Property tags: The tag of the configuration.


typeOptional

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

Property type: The format of the configuration.

Supported formats include TEXT, JSON, and XML.