You can view supported resource types and their details in the Resource Orchestration Service (ROS) console. You can create stack templates based on the properties of resource types and specify specific requirements for resources.
Procedure
Log on to the ROS console.
In the left-side navigation pane, click Resource Types.
On the Resource Types page, you can view all supported resource types.
Click Type or View Details in the Actions column corresponding to a resource type to view Properties, Return values, and Sample Template.
Properties
The Properties tab shows configuration options that you can set for a resource when creating a stack template. ECS instance types, images, and security groups are examples of properties. The following table describes the metadata of each property.
Property
Description
key
The name of the property.
type
The data type of the property.
required
Specifies whether the property is required.
immutable
Specifies whether the property is immutable.
description
The detailed description of the property.
constraints
The value range of this property.
schema
The sub-properties of the property.
Return values
The Return values tab shows property values that you can obtain after resources are created in the ROS console. ECS instance ID, private IP address, and public IP address are examples of response parameters.
Sample Template
The Sample Template tab shows the sample template for creating resources in the ROS console.