Skip to content

AggregatorProps

Properties for defining a Aggregator.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-config-aggregator

Initializer

using AlibabaCloud.SDK.ROS.CDK.Config;
new AggregatorProps {
    object AggregatorName,
    object Description,
    object AggregatorAccounts = null,
    object AggregatorType = null
};

Properties

Name Type Description
AggregatorName object Property aggregatorName: The name of aggregator.
Description object Property description: The description of aggregator.
AggregatorAccounts object Property aggregatorAccounts: The member account in aggregator.When the AggregatorType is RD, this parameter can be empty, which means that all accounts in the resource directory will be added to the global account group.
AggregatorType object Property aggregatorType: Account group type.

AggregatorNameRequired

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

Property aggregatorName: The name of aggregator.


DescriptionRequired

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

Property description: The description of aggregator.


AggregatorAccountsOptional

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

Property aggregatorAccounts: The member account in aggregator.When the AggregatorType is RD, this parameter can be empty, which means that all accounts in the resource directory will be added to the global account group.


AggregatorTypeOptional

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

Property aggregatorType: Account group type.

Value: RD: Global account group.CUSTOM: Custom account group (default value).