cfndsl / cfndsl

A DSL for generating Amazon Web Services CloudFormation templates.
MIT License
423 stars 135 forks source link

AWS::CloudFormation::Interface #476

Open maheshbisl opened 2 years ago

maheshbisl commented 2 years ago

Is there support for cfndsl AWS::CloudFormation::Interface in cfndsl?

gergnz commented 2 years ago

Is there a specific issue you are seeing? We get our definition from the Cloudformation definition file that the AWS team provides on a regular basis.

maheshbisl commented 2 years ago

Hi,

I am developing a cloudformation product for service-catalog. I need to organize parameters by grouping and ordering. I need AWS::CloudFormation::Interface to do that.

Thanks

gergnz commented 2 years ago

I see, it's a metadata key: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-interface.html

Off the top of my head, I don't think it does. Feel free to raise a PR.

maheshbisl commented 2 years ago

Sure.. Which file can I edit?