Skip to content

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.

BackendSceneRequired

public object BackendScene { get; set; }
  • Type: object

Property backendScene: API release scenario.


EnvironmentIdRequired

public object EnvironmentId { get; set; }
  • Type: object

Property environmentId: The ID of the environment to which the API is to deploy.


HttpApiIdRequired

public object HttpApiId { get; set; }
  • Type: object

Property httpApiId: The ID of the HTTP API.


ServiceConfigsRequired

public object ServiceConfigs { get; set; }
  • Type: object

Property serviceConfigs: Services associated with API publishing and their configurations.


DescriptionOptional

public object Description { get; set; }
  • Type: object

Property description: The description of publication.


DomainIdsOptional

public object DomainIds { get; set; }
  • Type: object

Property domainIds: The list of user domain names associated with API publishing.


RouteIdOptional

public object RouteId { get; set; }
  • Type: object

Property routeId: The route ID.

When publishing an HTTP API route, it must be passed in.