RosSnapshotProps
Properties for defining a RosSnapshot
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-snapshot
Initializer
import { datasource } from '@alicloud/ros-cdk-ecs'
const rosSnapshotProps: datasource.RosSnapshotProps = { ... }
Properties
Name | Type | Description |
---|---|---|
snapshotId |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
refreshOptions |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
snapshotId
Required
public readonly snapshotId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
refreshOptions
Optional
public readonly refreshOptions: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable