{"ROSTemplateFormatVersion":"2015-09-01","Parameters":{"VPC":{"AssociationProperty":"ALIYUN::ECS::VPC::VPCId","Type":"String","Description":"Please search the ID starts with (vpc-xxx)from console-Virtual Private Cloud","Label":"Existing VPC Instance ID"}},"Resources":{"Ipv6Gateway":{"Type":"ALIYUN::VPC::Ipv6Gateway","Properties":{"VpcId":{"Ref":"VPC"},"Spec":"Small"}}},"Outputs":{"Ipv6GatewayId":{"Description":"ID IPv6 gateway.","Value":{"Fn::GetAtt":["Ipv6Gateway","Ipv6GatewayId"]}}}}