Creates a backend service in API Gateway.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
BackendName | string | Yes | The name of the backend service. | testBackendService |
BackendType | string | Yes | The type of the backend service. | HTTP |
Description | string | No | The description. | release data api 411055691504981 |
CreateEventBridgeServiceLinkedRole | boolean | No | Specifies to create a EventBridge service-linked role. | true |
CreateSlr | boolean | No | Specifies to create a service-linked role. | true |
Tag | array<object> | No | The tag of objects that match the rule. You can specify multiple tags. | |
object | No | |||
Key | string | No | The key of the tag. | key |
Value | string | No | The value of the tag. | 123 |
Response parameters
Examples
Sample success responses
JSON
format
{
"BackendId": "0d105f80a8f340408bd34954d4e4ff22",
"RequestId": "66D84355-164D-53ED-81FF-03DCF181DE24"
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2023-12-15 | The request parameters of the API has changed | View Change Details |
2023-11-09 | The request parameters of the API has changed | View Change Details |