All Products
Search
Document Center

Resource Orchestration Service:Domain resource

Last Updated:Apr 02, 2026

AssociationProperty value

Description

Corresponding AssociationPropertyMetadata

ALIYUN::Domain::DomainName

Queries domain name information.

  • ShowDomainPrefixInput: Specifies whether to allow entering a domain name prefix.

  • MaxLength: The length limit of the domain name.

  • CheckICP: Checks the ICP filing status.

Sample code

JSON example:

{
  "ROSTemplateFormatVersion": "2015-09-01",
  "Parameters": {
    "DomainName": {
      "Type": "String",
      "AssociationProperty": "ALIYUN::Domain::DomainName "
    }
  }
}

YAML example:

ROSTemplateFormatVersion: '2015-09-01'
Parameters:
  DomainName:
    Type: String
    AssociationProperty: 'ALIYUN::Domain::DomainName'