Skip to content

DomainGroupsProps

Properties for defining a DomainGroups.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-dns-domaingroups

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkdns/datasource"
&datasource.DomainGroupsProps {
    KeyWord: interface{},
    Lang: interface{},
    RefreshOptions: interface{},
}

Properties

Name Type Description
KeyWord interface{} Property keyWord: The keyword for searches in "%KeyWord%" mode.
Lang interface{} Property lang: The language type.
RefreshOptions interface{} Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

KeyWordOptional

KeyWord interface{}
  • Type: interface{}

Property keyWord: The keyword for searches in "%KeyWord%" mode.

The value is not case-sensitive.


LangOptional

Lang interface{}
  • Type: interface{}

Property lang: The language type.


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.