QosProps
Properties for defining a Qos.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sag-qos
Initializer
import { QosProps } from '@alicloud/ros-cdk-sag'
const qosProps: QosProps = { ... }
Properties
| Name | Type | Description |
|---|---|---|
qosName |
string | @alicloud/ros-cdk-core.IResolvable |
Property qosName: The name of the QoS policy. |
qosDescription |
string | @alicloud/ros-cdk-core.IResolvable |
Property qosDescription: The description of the QoS policy. |
qosNameRequired
public readonly qosName: string | IResolvable;
- Type: string | @alicloud/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.
qosDescriptionOptional
public readonly qosDescription: string | IResolvable;
- Type: string | @alicloud/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.