All Products
Search
Document Center

Resource Orchestration Service:API Gateway Resources

Last Updated:Jun 03, 2026

Lists AssociationProperty values available for API Gateway (APIG) resources in ROS templates.

AssociationProperty values

Description

Corresponding AssociationPropertyMetadata

ALIYUN::APIG::Gateway::GatewayId

Queries cloud-native API gateway information.

  • RegionId: region ID. Default: the region of the stack.

  • Keyword: exact keyword for case-insensitive search.

Examples:

  • Example code

    JSON example:

    {
      "ROSTemplateFormatVersion": "2015-09-01",
      "Parameters": {
        "GatewayId":{
          "AssociationProperty":"ALIYUN::APIG::Gateway::GatewayId",
          "Type":"String"
        }
      }
    }

    YAML example:

    ROSTemplateFormatVersion: '2015-09-01'
    Parameters:
      GatewayId:
        AssociationProperty: ALIYUN::APIG::Gateway::GatewayId
        Type: String
    
  • Example description

    Sets AssociationProperty to ALIYUN::APIG::Gateway::GatewayId to retrieve the cloud-native API gateway ID.