Skip to content

DomainsProps

Properties for defining a Domains.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkdns/datasource"
&datasource.DomainsProps {
    GroupId: interface{},
    KeyWord: interface{},
    Lang: interface{},
    RefreshOptions: interface{},
    ResourceGroupId: interface{},
    SearchMode: interface{},
    Starmark: interface{},
}

Properties

Name Type Description
GroupId interface{} Property groupId: The ID of the domain name group.
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.
ResourceGroupId interface{} Property resourceGroupId: The ID of the resource group.
SearchMode interface{} Property searchMode: The search mode.
Starmark interface{} Property starmark: Specifies whether to query the starmark of the domain name.

GroupIdOptional

GroupId interface{}
  • Type: interface{}

Property groupId: The ID of the domain name group.

If you do not specify this parameter, all domain names are queried by default.


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.

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

Property resourceGroupId: The ID of the resource group.


SearchModeOptional

SearchMode interface{}
  • Type: interface{}

Property searchMode: The search mode.


StarmarkOptional

Starmark interface{}
  • Type: interface{}

Property starmark: Specifies whether to query the starmark of the domain name.