Skip to content

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.

snapshotIdRequired

public readonly snapshotId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

refreshOptionsOptional

public readonly refreshOptions: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable