I am using AWS API(version 2015-12-10, javascript) to fetch Service Catalog products. describeProvisioningParameters method returns an object with ProvisioningArtifactParameters field which contains parameters, but these parameters sorted in a way different from the way provided in the CloudFormation template.
Confirm by changing [ ] to [x] below:
Describe the question
I am using AWS API(version 2015-12-10, javascript) to fetch Service Catalog products.
describeProvisioningParameters
method returns an object withProvisioningArtifactParameters
field which contains parameters, but these parameters sorted in a way different from the way provided in the CloudFormation template.Parameters part of CloudFormation template:
Parameters part of API response:
Is there any way to sort API response as specified in the CloudFormation template?