Skip to content

RosConfigurationsProps

Properties for defining a RosConfigurations.

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

Initializer

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

Properties

Name Type Description
NamespaceId object No description.
AppName object No description.
DataId object No description.
Group object No description.
RefreshOptions object No description.

NamespaceIdRequired

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

AppNameOptional

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

DataIdOptional

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

GroupOptional

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

RefreshOptionsOptional

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