Skip to content

ConfigurationsProps

Properties for defining a Configurations.

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

Initializer

import { datasource } from '@alicloud/ros-cdk-acm'
const configurationsProps: datasource.ConfigurationsProps = { ... }

Properties

Name Type Description
namespaceId string | @alicloud/ros-cdk-core.IResolvable Property namespaceId: The namespace ID of configuration.
appName string | @alicloud/ros-cdk-core.IResolvable Property appName: The app name of configuration.
dataId string | @alicloud/ros-cdk-core.IResolvable Property dataId: The data ID of configuration.
group string | @alicloud/ros-cdk-core.IResolvable Property group: The group of configuration.
refreshOptions string | @alicloud/ros-cdk-core.IResolvable Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

namespaceIdRequired

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

Property namespaceId: The namespace ID of configuration.


appNameOptional

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

Property appName: The app name of configuration.


dataIdOptional

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

Property dataId: The data ID of configuration.


groupOptional

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

Property group: The group of configuration.


refreshOptionsOptional

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