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. |
BackendScene
Required
BackendScene interface{}
- Type: interface{}
EnvironmentId
Required
EnvironmentId interface{}
- Type: interface{}
HttpApiId
Required
HttpApiId interface{}
- Type: interface{}
ServiceConfigs
Required
ServiceConfigs interface{}
- Type: interface{}
Description
Optional
Description interface{}
- Type: interface{}
DomainIds
Optional
DomainIds interface{}
- Type: interface{}
RouteId
Optional
RouteId interface{}
- Type: interface{}