| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MigrationHubStrategy.Types.TransformationTool
Description
Synopsis
- data TransformationTool = TransformationTool' {}
- newTransformationTool :: TransformationTool
- transformationTool_description :: Lens' TransformationTool (Maybe Text)
- transformationTool_name :: Lens' TransformationTool (Maybe TransformationToolName)
- transformationTool_tranformationToolInstallationLink :: Lens' TransformationTool (Maybe Text)
Documentation
data TransformationTool Source #
Information of the transformation tool that can be used to migrate and modernize the application.
See: newTransformationTool smart constructor.
Constructors
| TransformationTool' | |
Fields
| |
Instances
newTransformationTool :: TransformationTool Source #
Create a value of TransformationTool with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:description:TransformationTool', transformationTool_description - Description of the tool.
$sel:name:TransformationTool', transformationTool_name - Name of the tool.
$sel:tranformationToolInstallationLink:TransformationTool', transformationTool_tranformationToolInstallationLink - URL for installing the tool.
transformationTool_description :: Lens' TransformationTool (Maybe Text) Source #
Description of the tool.
transformationTool_name :: Lens' TransformationTool (Maybe TransformationToolName) Source #
Name of the tool.
transformationTool_tranformationToolInstallationLink :: Lens' TransformationTool (Maybe Text) Source #
URL for installing the tool.