Skip to content

ConfigurationsProps

Properties for defining a Configurations.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-acm-configurations

Initializer

from ros_cdk_acm import datasource
datasource.ConfigurationsProps(
  namespace_id: typing.Union[str, IResolvable],
  app_name: typing.Union[str, IResolvable] = None,
  data_id: typing.Union[str, IResolvable] = None,
  group: typing.Union[str, IResolvable] = None,
  refresh_options: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
namespace_id typing.Union[str, ros_cdk_core.IResolvable] Property namespaceId: The namespace ID of configuration.
app_name typing.Union[str, ros_cdk_core.IResolvable] Property appName: The app name of configuration.
data_id typing.Union[str, ros_cdk_core.IResolvable] Property dataId: The data ID of configuration.
group typing.Union[str, ros_cdk_core.IResolvable] Property group: The group of configuration.
refresh_options typing.Union[str, ros_cdk_core.IResolvable] Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

namespace_idRequired

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

Property namespaceId: The namespace ID of configuration.


app_nameOptional

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

Property appName: The app name of configuration.


data_idOptional

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

Property dataId: The data ID of configuration.


groupOptional

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

Property group: The group of configuration.


refresh_optionsOptional

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

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.