The ALIYUN::DNS::DomainGroup resource creates a domain name group.
Syntax
{
"Type": "ALIYUN::DNS::DomainGroup",
"Properties": {
"GroupName": String
}
}Properties
| Property Name | Type | Required | Update Allowed | Description | Constraints |
| GroupName | String | Yes | Yes | The name of the domain name group. | None. |
Return value
Fn::GetAtt
GroupId: The ID of the domain name group.
Examples
JSONformat{ "ROSTemplateFormatVersion": "2015-09-01", "Resources": { "DomainGroup": { "Type": "ALIYUN::DNS::DomainGroup", "Properties": { "GroupName": "TestGroup" } } }, "Parameters": { }, "Outputs": { "GroupId": { "Description": "Domain name group ID", "Value": { "Fn::GetAtt": [ "DomainGroup", "GroupId" ] } } } }
该文章对您有帮助吗?