This folder contains metadata that control how templates will be rendered in the template category on the CodePipeline console.
- id: A unique identifier for the template (string).
- name: The display name of the template (string).
- description: A brief description of what the template does (string).
- category: The category under which the template will be displayed (string).
- badge: An optional badge to highlight the template's status. Possible values are "Coming Soon", "New", "Default", and "Popular" (string).
- icon-name: The name of the icon to be displayed with the template (string).
- tags: An array of strings that can be used for filtering or searching templates.
- template-location: The relative path to the CloudFormation template file (string).
- ui-hints-location: The relative path to the UI hints file for this template (string).
For more information, see the schema.json
file in this directory.