{"ROSTemplateFormatVersion":"2015-09-01","Parameters":{"NetworkInterfaceId":{"Type":"String","Description":"The ID of the ENI."},"SecondaryPrivateIpAddressCount":{"Type":"Number","Description":"The specified number of private IP addresses to be assigned by the ECS instance.","MinValue":0}},"Resources":{"AssignPrivateIpAddresses":{"Type":"ALIYUN::ECS::AssignPrivateIpAddresses","Properties":{"NetworkInterfaceId":{"Ref":"NetworkInterfaceId"},"SecondaryPrivateIpAddressCount":0}}},"Outputs":{"NetworkInterfaceId":{"Description":"The ID of the ENI.","Value":{"Fn::GetAtt":["AssignPrivateIpAddresses","NetworkInterfaceId"]}},"PrivateIpAddresses":{"Description":"Assigned private ip addresses.","Value":{"Fn::GetAtt":["AssignPrivateIpAddresses","PrivateIpAddresses"]}}}}