@alicloud/ros-cdk-ecs 1.1.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4221,6 +4221,10 @@ export declare class RosInstanceGroup extends ros.RosResource {
4221
4221
  * @Attribute PublicIps: Public IP address list of created ecs instances.
4222
4222
  */
4223
4223
  readonly attrPublicIps: ros.IResolvable;
4224
+ /**
4225
+ * @Attribute RelatedOrderIds: The related order id list of created ecs instances
4226
+ */
4227
+ readonly attrRelatedOrderIds: ros.IResolvable;
4224
4228
  /**
4225
4229
  * @Attribute ZoneIds: Zone id of created instances.
4226
4230
  */