Description
Creates a Resource Orchestration Service (ROS) stack.
Syntax
Action: ACS::ROS::CreateStack
Properties:
regionId: String
templateBody: Json
parameters: Json
stackName: String
timeoutInMinutes: String
disableRollback: String
Attributes
|
Attribute |
Description |
Type |
Required |
Default value |
Limit |
|
regionId |
The region ID. |
String |
No |
{{ ACS::RegionId }} |
|
|
templateBody |
The content of the ROS template. |
Json |
Yes |
||
|
parameters |
The parameters of the ROS template. |
Json |
Yes |
||
|
stackName |
The name of the ROS stack. |
String |
No |
OOS-{{ACS::ExecutionId}} |
|
|
timeoutInMinutes |
The timeout period for creating the stack, in minutes. |
String |
No |
10 |
|
|
disableRollback |
Specifies whether to disable rollback for the stack. |
String |
No |
False |
Output
|
Output item |
Description |
Type |
|
stackId |
String |
References
For more information, see ACS::ROS::CreateStack.yml at GitHub.