Skip to content

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_protocolRequired

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


nameRequired

name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property name: Space name.


out_protocolRequired

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_domainRequired

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_domainRequired

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)


regionRequired

region: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property region: Space belongs to the region, as a service center.


appOptional

app: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property app: Application name space used, the default live.


callbackOptional

callback: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property callback: Updating the space callback device \/ flow state.


descriptionOptional

description: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property description: Space description.


enabledOptional

enabled: typing.Union[bool, IResolvable]
  • Type: typing.Union[bool, ros_cdk_core.IResolvable]

Property enabled: Space is enabled.


lazy_pullOptional

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.