AggregatorProps
Properties for defining a Aggregator.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-config-aggregator
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkconfig"
&alicloudroscdkconfig.AggregatorProps {
AggregatorName: interface{},
Description: interface{},
AggregatorAccounts: interface{},
AggregatorType: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
AggregatorName |
interface{} |
Property aggregatorName: The name of aggregator. |
Description |
interface{} |
Property description: The description of aggregator. |
AggregatorAccounts |
interface{} |
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 |
interface{} |
Property aggregatorType: Account group type. |
AggregatorNameRequired
AggregatorName interface{}
- Type: interface{}
Property aggregatorName: The name of aggregator.
DescriptionRequired
Description interface{}
- Type: interface{}
Property description: The description of aggregator.
AggregatorAccountsOptional
AggregatorAccounts interface{}
- Type: interface{}
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
AggregatorType interface{}
- Type: interface{}
Property aggregatorType: Account group type.
Value: RD: Global account group.CUSTOM: Custom account group (default value).