All Products
Search
Document Center

Resource Orchestration Service:View resource types

Last Updated:Feb 05, 2025

You can view resource types supported by Resource Orchestration Service (ROS) and their details in the ROS console. You can enter the content of a stack template based on the properties of resource types to declare configuration details of the required 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 the resource types supported by ROS.

  3. Find a desired resource type, and click the value in the Type column or click View Details in the Actions column to view the details on the Properties, Return Values, and Sample Templates tabs.

    • Properties

      The Properties tab displays properties based on which you can declare configuration details of the required resources when you create a stack template. For example, the properties that specify an Elastic Compute Service (ECS) instance type, image, and security group are displayed. The following table describes the fields of each property.

      Field

      Description

      Name

      The name of the property.

      Type

      The data type of the valid values of the property.

      Required

      Specifies whether the property is required.

      Updatable

      Specifies whether the property can be updated. If a property can be updated, you can change the property value in the template to update the created stack and resource instance.

      Description

      The description of the property.

      Constraint

      The value range of the property.

    • Return Values

      The Return Values tab displays property values that you can obtain from stacks after resources are created in the ROS console. For example, you can obtain an ECS instance ID, private IP address, and public IP address.

    • Sample Templates

      The Sample Templates tab displays the sample template that you can use to create resources in the ROS console.