ALIYUN::ECS::DeploymentSet creates a deployment set in a specified region.
Syntax
{
"Type": "ALIYUN::ECS::DeploymentSet",
"Properties": {
"DeploymentSetName": String,
"Description": String,
"OnUnableToRedeployFailedInstance": String,
"Strategy": String,
"GroupCount": Number
}
}
Properties
|
Property |
Type |
Required |
Editable |
Description |
Constraint |
|
DeploymentSetName |
String |
No |
Yes |
The name of the deployment set. |
2 to 128 characters. Must start with a letter. Cannot start with |
|
Description |
String |
No |
Yes |
The description of the deployment set. |
2 to 256 characters. Must start with a letter. Cannot start with |
|
OnUnableToRedeployFailedInstance |
String |
No |
No |
The emergency solution when instances in the deployment set cannot be evenly distributed across zones after they are failed over from faulty physical machines to normal physical machines due to insufficient resources. |
Valid values:
|
|
Strategy |
String |
No |
No |
The deployment strategy. |
Valid values:
|
|
GroupCount |
Number |
No |
No |
The number of groups in the deployment set. |
Valid values: 1 to 7. Default value: 3. Note
This property takes effect only when Important
GroupCount uses the Long data type. Precision may be lost during serialization or deserialization. The value must not exceed 9007199254740991. |
Return values
Fn::GetAtt
DeploymentSetId: the deployment set ID.