RosAggregatorProps
Properties for defining a RosAggregator
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-config-aggregator
Initializer
import { RosAggregatorProps } from '@alicloud/ros-cdk-config'
const rosAggregatorProps: RosAggregatorProps = { ... }
Properties
Name | Type | Description |
---|---|---|
aggregatorName |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
description |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
aggregatorAccounts |
@alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | AggregatorAccountsProperty[] |
No description. |
aggregatorType |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
aggregatorName
Required
public readonly aggregatorName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
description
Required
public readonly description: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
aggregatorAccounts
Optional
public readonly aggregatorAccounts: IResolvable | IResolvable | AggregatorAccountsProperty[];
- Type: @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | AggregatorAccountsProperty[]
aggregatorType
Optional
public readonly aggregatorType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable