Skip to content

DeploymentSetsProps

Properties for defining a DeploymentSets.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs/datasource"
&datasource.DeploymentSetsProps {
    DeploymentSetIds: interface{},
    DeploymentSetName: interface{},
    Domain: interface{},
    RefreshOptions: interface{},
    Strategy: interface{},
}

Properties

Name Type Description
DeploymentSetIds interface{} Property deploymentSetIds: he IDs of deployment sets.
DeploymentSetName interface{} Property deploymentSetName: The name of the deployment set.
Domain interface{} Property domain: The deployment domain.
RefreshOptions interface{} Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Strategy interface{} Property strategy: The deployment strategy.

DeploymentSetIdsOptional

DeploymentSetIds interface{}
  • Type: interface{}

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

DeploymentSetName interface{}
  • Type: interface{}

Property deploymentSetName: The name of the deployment set.


DomainOptional

Domain interface{}
  • Type: interface{}

Property domain: The deployment domain.


RefreshOptionsOptional

RefreshOptions interface{}
  • Type: interface{}

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

Strategy interface{}
  • Type: interface{}

Property strategy: The deployment strategy.

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