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

  1. Log on to the ROS console.
  2. In the left-side navigation pane, click Resource Types.
    On the Resource Types page, you can view all supported resource types.
  3. Click Type or View Details in the Actions column corresponding to a resource type to view Properties, Response Parameters, 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.
      update_allowed Specifies whether the property can be updated. If the property of a created resource instance can be updated, you can change the property value in the template.
      description The detailed description of the property.
      constraints The value range of this property.
      schema The sub-properties of the property.
    • Response Parameters

      The Response Parameters 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.