Skip to content

ConfigurationsProps

Properties for defining a Configurations.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Acm;
new ConfigurationsProps {
    object NamespaceId,
    object AppName = null,
    object DataId = null,
    object Group = null,
    object RefreshOptions = null
};

Properties

Name Type Description
NamespaceId object Property namespaceId: The namespace ID of configuration.
AppName object Property appName: The app name of configuration.
DataId object Property dataId: The data ID of configuration.
Group object Property group: The group of configuration.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

NamespaceIdRequired

public object NamespaceId { get; set; }
  • Type: object

Property namespaceId: The namespace ID of configuration.


AppNameOptional

public object AppName { get; set; }
  • Type: object

Property appName: The app name of configuration.


DataIdOptional

public object DataId { get; set; }
  • Type: object

Property dataId: The data ID of configuration.


GroupOptional

public object Group { get; set; }
  • Type: object

Property group: The group of configuration.


RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object

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.