RosAggregatorProps
Properties for defining a RosAggregator.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-config-aggregator
Initializer
using AlibabaCloud.SDK.ROS.CDK.Config;
new RosAggregatorProps {
object AggregatorName,
object Description,
object AggregatorAccounts = null,
object AggregatorType = null
};
Properties
| Name | Type | Description |
|---|---|---|
AggregatorName |
object |
No description. |
Description |
object |
No description. |
AggregatorAccounts |
object |
No description. |
AggregatorType |
object |
No description. |
AggregatorNameRequired
public object AggregatorName { get; set; }
- Type: object
DescriptionRequired
public object Description { get; set; }
- Type: object
AggregatorAccountsOptional
public object AggregatorAccounts { get; set; }
- Type: object
AggregatorTypeOptional
public object AggregatorType { get; set; }
- Type: object