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: StringAttributes
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 of the ROS stack. Unit: minutes. | String | No | 10 | |
disableRollback | Specifies whether to disable the rollback feature for the ROS stack. | String | No | False |
Output
Output item | Description | Type |
stackId | String |
References
For more information, see ACS::ROS::CreateStack.yml at GitHub.