Skip to content

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.

aggregatorNameRequired

public readonly aggregatorName: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

descriptionRequired

public readonly description: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

aggregatorAccountsOptional

public readonly aggregatorAccounts: IResolvable | IResolvable | AggregatorAccountsProperty[];

aggregatorTypeOptional

public readonly aggregatorType: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable