Skip to content

DeploymentSetsProps

Properties for defining a DeploymentSets.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-deploymentsets

Initializer

import { datasource } from '@alicloud/ros-cdk-ecs'
const deploymentSetsProps: datasource.DeploymentSetsProps = { ... }

Properties

Name Type Description
deploymentSetIds any[] | @alicloud/ros-cdk-core.IResolvable Property deploymentSetIds: he IDs of deployment sets.
deploymentSetName string | @alicloud/ros-cdk-core.IResolvable Property deploymentSetName: The name of the deployment set.
domain string | @alicloud/ros-cdk-core.IResolvable Property domain: The deployment domain.
refreshOptions string | @alicloud/ros-cdk-core.IResolvable Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
strategy string | @alicloud/ros-cdk-core.IResolvable Property strategy: The deployment strategy.

deploymentSetIdsOptional

public readonly deploymentSetIds: any[] | IResolvable;
  • Type: any[] | @alicloud/ros-cdk-core.IResolvable

Property deploymentSetIds: he IDs of deployment sets.

The value can be a JSON array that consists of up to 100 deployment set IDs in the format of ["ds-xxxxxxxxx", "ds-yyyyyyyyy", … "ds-zzzzzzzzz"]. Separate multiple deployment set IDs with commas (,).


deploymentSetNameOptional

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

Property deploymentSetName: The name of the deployment set.


domainOptional

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

Property domain: The deployment domain.


refreshOptionsOptional

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

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values: - Never: Never refresh the datasource resource when the stack is updated. - Always: Always refresh the datasource resource when the stack is updated. Default is Never.


strategyOptional

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

Property strategy: The deployment strategy.

Valid values: Availability: high availability strategy. AvailabilityGroup: high availability group strategy.