Skip to content

ZoneProps

Properties for defining a Zone.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-pvtz-zone

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkpvtz/datasource"
&datasource.ZoneProps {
    ZoneId: interface{},
    RefreshOptions: interface{},
}

Properties

Name Type Description
ZoneId interface{} Property zoneId: The zone ID.
RefreshOptions interface{} Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

ZoneIdRequired

ZoneId interface{}
  • Type: interface{}

Property zoneId: The zone ID.


RefreshOptionsOptional

RefreshOptions interface{}
  • Type: interface{}

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.