ApiAttachmentProps
Properties for defining a ApiAttachment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apig-apiattachment
Initializer
using AlibabaCloud.SDK.ROS.CDK.Apig;
new ApiAttachmentProps {
object BackendScene,
object EnvironmentId,
object HttpApiId,
object ServiceConfigs,
object Description = null,
object DomainIds = null,
object RouteId = null
};
Properties
Name | Type | Description |
---|---|---|
BackendScene |
object |
Property backendScene: API release scenario. |
EnvironmentId |
object |
Property environmentId: The ID of the environment to which the API is to deploy. |
HttpApiId |
object |
Property httpApiId: The ID of the HTTP API. |
ServiceConfigs |
object |
Property serviceConfigs: Services associated with API publishing and their configurations. |
Description |
object |
Property description: The description of publication. |
DomainIds |
object |
Property domainIds: The list of user domain names associated with API publishing. |
RouteId |
object |
Property routeId: The route ID. |
BackendScene
Required
public object BackendScene { get; set; }
- Type: object
Property backendScene: API release scenario.
EnvironmentId
Required
public object EnvironmentId { get; set; }
- Type: object
Property environmentId: The ID of the environment to which the API is to deploy.
HttpApiId
Required
public object HttpApiId { get; set; }
- Type: object
Property httpApiId: The ID of the HTTP API.
ServiceConfigs
Required
public object ServiceConfigs { get; set; }
- Type: object
Property serviceConfigs: Services associated with API publishing and their configurations.
Description
Optional
public object Description { get; set; }
- Type: object
Property description: The description of publication.
DomainIds
Optional
public object DomainIds { get; set; }
- Type: object
Property domainIds: The list of user domain names associated with API publishing.
RouteId
Optional
public object RouteId { get; set; }
- Type: object
Property routeId: The route ID.
When publishing an HTTP API route, it must be passed in.