Skip to content

RosApiAttachmentProps

Properties for defining a RosApiAttachment.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apig-apiattachment

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkapig"
&alicloudroscdkapig.RosApiAttachmentProps {
    BackendScene: interface{},
    EnvironmentId: interface{},
    HttpApiId: interface{},
    ServiceConfigs: interface{},
    Description: interface{},
    DomainIds: interface{},
    RouteId: interface{},
}

Properties

Name Type Description
BackendScene interface{} No description.
EnvironmentId interface{} No description.
HttpApiId interface{} No description.
ServiceConfigs interface{} No description.
Description interface{} No description.
DomainIds interface{} No description.
RouteId interface{} No description.

BackendSceneRequired

BackendScene interface{}
  • Type: interface{}

EnvironmentIdRequired

EnvironmentId interface{}
  • Type: interface{}

HttpApiIdRequired

HttpApiId interface{}
  • Type: interface{}

ServiceConfigsRequired

ServiceConfigs interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

DomainIdsOptional

DomainIds interface{}
  • Type: interface{}

RouteIdOptional

RouteId interface{}
  • Type: interface{}