Skip to content

RosAutoSnapshotPoliciesProps

Properties for defining a RosAutoSnapshotPolicies.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-autosnapshotpolicies

Initializer

import { datasource } from '@alicloud/ros-cdk-ecs'
const rosAutoSnapshotPoliciesProps: datasource.RosAutoSnapshotPoliciesProps = { ... }

Properties

Name Type Description
autoSnapshotPolicyId string | @alicloud/ros-cdk-core.IResolvable No description.
refreshOptions string | @alicloud/ros-cdk-core.IResolvable No description.
resourceGroupId string | @alicloud/ros-cdk-core.IResolvable No description.
tags @alicloud/ros-cdk-ecs.datasource.RosAutoSnapshotPolicies.TagsProperty[] No description.

autoSnapshotPolicyIdOptional

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

refreshOptionsOptional

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

resourceGroupIdOptional

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

tagsOptional

public readonly tags: TagsProperty[];
  • Type: @alicloud/ros-cdk-ecs.datasource.RosAutoSnapshotPolicies.TagsProperty[]