RosZoneProps
Properties for defining a RosZone
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-pvtz-zone
Initializer
import { datasource } from '@alicloud/ros-cdk-pvtz'
const rosZoneProps: datasource.RosZoneProps = { ... }
Properties
Name | Type | Description |
---|---|---|
zoneId |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
refreshOptions |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
zoneId
Required
public readonly zoneId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
refreshOptions
Optional
public readonly refreshOptions: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable