RosQosProps
Properties for defining a RosQos.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sag-qos
Initializer
import { RosQosProps } from '@alicloud/ros-cdk-sag'
const rosQosProps: RosQosProps = { ... }
Properties
| Name | Type | Description |
|---|---|---|
qosName |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
qosDescription |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
qosNameRequired
public readonly qosName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
qosDescriptionOptional
public readonly qosDescription: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable