{"ROSTemplateFormatVersion":"2015-09-01","Parameters":{"AcceleratorIds":{"AssociationPropertyMetadata":{"Parameter":{"Type":"String","Description":{"en":"The ID of the GA instance to be disassociated."},"Required":true}},"AssociationProperty":"List[Parameter]","Type":"Json","Description":{"en":"The IDs of the GA instance to be disassociated. You can specify up to 50 IDs."},"Required":true,"MinLength":1,"MaxLength":50},"Domain":{"Type":"String","Description":{"en":"The accelerated domain name to be disassociated."},"Required":true}},"Resources":{"ExtensionResource":{"Type":"ALIYUN::GA::Domain","Properties":{"AcceleratorIds":{"Ref":"AcceleratorIds"},"Domain":{"Ref":"Domain"}}}},"Outputs":{"AcceleratorIds":{"Description":"The IDs of GA instances.","Value":{"Fn::GetAtt":["ExtensionResource","AcceleratorIds"]}},"Domain":{"Description":"The accelerated domain name.","Value":{"Fn::GetAtt":["ExtensionResource","Domain"]}}}}