CloudFormation Component
Package a CloudFormation template in a deployable Microtica Component.
To use this step, you would need to have an existing CloudFormation template hosted on your Git account.
Input parameters
The parameters you define in the CloudFormation template will automatically become an input parameters of the component. You can set the parameter values from Microtica Console.
Parameter | Description | Required |
---|---|---|
title | The display name of the step. | No |
type | The type of the Microtica built-in step. Should always beĀ cfn-componentĀ for this type of step. | Yes |
cfn_template | Path to the CloudFormation template. | Yes |
schema | Path to the JSON schema file. Used to define custom input/output parameters and validation for the component. If not provided, CloudFormation parameters will be considered as componentās input parameters. | No |
ļ»æ