全部產品
Search
文件中心

Resource Orchestration Service:Domain資源

更新時間:Mar 17, 2026

AssociationProperty取值

說明

對應的AssociationPropertyMetadata

ALIYUN::Domain::DomainName

查詢網域名稱資訊。

  • ShowDomainPrefixInput:是否允許輸入欄位名首碼。

  • MaxLength:網域名稱長度限制。

  • CheckICP:檢查ICP備案狀態。

範例程式碼

JSON樣本:

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

YAML樣本:

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