GroupProps
Properties for defining a Group
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vs-group
Initializer
import ros_cdk_vs
ros_cdk_vs.GroupProps(
in_protocol: typing.Union[str, IResolvable],
name: typing.Union[str, IResolvable],
out_protocol: typing.Union[str, IResolvable],
play_domain: typing.Union[str, IResolvable],
push_domain: typing.Union[str, IResolvable],
region: typing.Union[str, IResolvable],
app: typing.Union[str, IResolvable] = None,
callback: typing.Union[str, IResolvable] = None,
description: typing.Union[str, IResolvable] = None,
enabled: typing.Union[bool, IResolvable] = None,
lazy_pull: typing.Union[bool, IResolvable] = None
)
Properties
Name | Type | Description |
---|---|---|
in_protocol |
typing.Union[str, ros_cdk_core.IResolvable] |
Property inProtocol: Access protocol used by the space. |
name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property name: Space name. |
out_protocol |
typing.Union[str, ros_cdk_core.IResolvable] |
Property outProtocol: Play protocol used by the space, multivalued separated by commas. |
play_domain |
typing.Union[str, ros_cdk_core.IResolvable] |
Property playDomain: Use of the domain name space broadcast stream. |
push_domain |
typing.Union[str, ros_cdk_core.IResolvable] |
Property pushDomain: Plug flow domain name space to use. |
region |
typing.Union[str, ros_cdk_core.IResolvable] |
Property region: Space belongs to the region, as a service center. |
app |
typing.Union[str, ros_cdk_core.IResolvable] |
Property app: Application name space used, the default live. |
callback |
typing.Union[str, ros_cdk_core.IResolvable] |
Property callback: Updating the space callback device \/ flow state. |
description |
typing.Union[str, ros_cdk_core.IResolvable] |
Property description: Space description. |
enabled |
typing.Union[bool, ros_cdk_core.IResolvable] |
Property enabled: Space is enabled. |
lazy_pull |
typing.Union[bool, ros_cdk_core.IResolvable] |
Property lazyPull: Whether to enable on-demand pull flow, default false. |
in_protocol
Required
in_protocol: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property inProtocol: Access protocol used by the space.
Value: gb28181, rtmp
name
Required
name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property name: Space name.
out_protocol
Required
out_protocol: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property outProtocol: Play protocol used by the space, multivalued separated by commas.
Value: flv, hls, rtmp
play_domain
Required
play_domain: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property playDomain: Use of the domain name space broadcast stream.
push_domain
Required
push_domain: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property pushDomain: Plug flow domain name space to use.
(Only access to the space rtmp)
region
Required
region: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property region: Space belongs to the region, as a service center.
app
Optional
app: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property app: Application name space used, the default live.
callback
Optional
callback: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property callback: Updating the space callback device \/ flow state.
description
Optional
description: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property description: Space description.
enabled
Optional
enabled: typing.Union[bool, IResolvable]
- Type: typing.Union[bool, ros_cdk_core.IResolvable]
Property enabled: Space is enabled.
lazy_pull
Optional
lazy_pull: typing.Union[bool, IResolvable]
- Type: typing.Union[bool, ros_cdk_core.IResolvable]
Property lazyPull: Whether to enable on-demand pull flow, default false.