RosGroupProps
Properties for defining a RosGroup
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vs-group
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvs"
&alicloudroscdkvs.RosGroupProps {
InProtocol: interface{},
Name: interface{},
OutProtocol: interface{},
PlayDomain: interface{},
PushDomain: interface{},
Region: interface{},
App: interface{},
Callback: interface{},
Description: interface{},
Enabled: interface{},
LazyPull: interface{},
}
Properties
Name | Type | Description |
---|---|---|
InProtocol |
interface{} |
No description. |
Name |
interface{} |
No description. |
OutProtocol |
interface{} |
No description. |
PlayDomain |
interface{} |
No description. |
PushDomain |
interface{} |
No description. |
Region |
interface{} |
No description. |
App |
interface{} |
No description. |
Callback |
interface{} |
No description. |
Description |
interface{} |
No description. |
Enabled |
interface{} |
No description. |
LazyPull |
interface{} |
No description. |
InProtocol
Required
InProtocol interface{}
- Type: interface{}
Name
Required
Name interface{}
- Type: interface{}
OutProtocol
Required
OutProtocol interface{}
- Type: interface{}
PlayDomain
Required
PlayDomain interface{}
- Type: interface{}
PushDomain
Required
PushDomain interface{}
- Type: interface{}
Region
Required
Region interface{}
- Type: interface{}
App
Optional
App interface{}
- Type: interface{}
Callback
Optional
Callback interface{}
- Type: interface{}
Description
Optional
Description interface{}
- Type: interface{}
Enabled
Optional
Enabled interface{}
- Type: interface{}
LazyPull
Optional
LazyPull interface{}
- Type: interface{}