Skip to content

NacosConfigProps

Properties for defining a NacosConfig.

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

Initializer

import ros_cdk_mse
ros_cdk_mse.NacosConfigProps(
  data_id: typing.Union[str, IResolvable],
  group: typing.Union[str, IResolvable],
  instance_id: typing.Union[str, IResolvable],
  app_name: typing.Union[str, IResolvable] = None,
  beta_ips: typing.Union[str, IResolvable] = None,
  content: typing.Union[str, IResolvable] = None,
  desc: typing.Union[str, IResolvable] = None,
  namespace_id: typing.Union[str, IResolvable] = None,
  tags: str = None,
  type: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
data_id typing.Union[str, ros_cdk_core.IResolvable] Property dataId: The data ID.
group typing.Union[str, ros_cdk_core.IResolvable] Property group: The ID of the group.
instance_id typing.Union[str, ros_cdk_core.IResolvable] Property instanceId: The ID of the instance.
app_name typing.Union[str, ros_cdk_core.IResolvable] Property appName: The name of the application.
beta_ips typing.Union[str, ros_cdk_core.IResolvable] Property betaIps: The list of IP addresses where the beta release of the configuration is performed.
content typing.Union[str, ros_cdk_core.IResolvable] Property content: The content of the configuration.
desc typing.Union[str, ros_cdk_core.IResolvable] Property desc: The description of the configuration.
namespace_id typing.Union[str, ros_cdk_core.IResolvable] Property namespaceId: The ID of the namespace.
tags str Property tags: The tag of the configuration.
type typing.Union[str, ros_cdk_core.IResolvable] Property type: The format of the configuration.

data_idRequired

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

Property dataId: The data ID.


groupRequired

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

Property group: The ID of the group.


instance_idRequired

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

Property instanceId: The ID of the instance.


app_nameOptional

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

Property appName: The name of the application.


beta_ipsOptional

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

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


contentOptional

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

Property content: The content of the configuration.


descOptional

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

Property desc: The description of the configuration.


namespace_idOptional

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

Property namespaceId: The ID of the namespace.


tagsOptional

tags: str
  • Type: str

Property tags: The tag of the configuration.


typeOptional

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

Property type: The format of the configuration.

Supported formats include TEXT, JSON, and XML.