RosAggregatorProps
Properties for defining a RosAggregator.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-config-aggregator
Initializer
import ros_cdk_config
ros_cdk_config.RosAggregatorProps(
aggregator_name: typing.Union[str, IResolvable],
description: typing.Union[str, IResolvable],
aggregator_accounts: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, AggregatorAccountsProperty]]] = None,
aggregator_type: typing.Union[str, IResolvable] = None
)
Properties
| Name | Type | Description |
|---|---|---|
aggregator_name |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
description |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
aggregator_accounts |
typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, AggregatorAccountsProperty]]] |
No description. |
aggregator_type |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
aggregator_nameRequired
aggregator_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
descriptionRequired
description: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
aggregator_accountsOptional
aggregator_accounts: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, AggregatorAccountsProperty]]]
- Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, AggregatorAccountsProperty]]]
aggregator_typeOptional
aggregator_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]