Skip to content

QosProps

Properties for defining a Qos.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sag-qos

Initializer

import ros_cdk_sag
ros_cdk_sag.QosProps(
  qos_name: typing.Union[str, IResolvable],
  qos_description: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
qos_name typing.Union[str, ros_cdk_core.IResolvable] Property qosName: The name of the QoS policy.
qos_description typing.Union[str, ros_cdk_core.IResolvable] Property qosDescription: The description of the QoS policy.

qos_nameRequired

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

Property qosName: The name of the QoS policy.

The name must be 2 to 100 characters in length and can contain letters, digits, periods (.), underscores (_), and hyphens (-). It must start with a letter.


qos_descriptionOptional

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

Property qosDescription: The description of the QoS policy.

The description must be 1 to 512 characters in length and can contain letters, digits, underscores (_), and hyphens (-). It must start with a letter.