Optional
Readonly
Optional output filename override for the synthesized YAML file. When set, this filename is used instead of deriving it from the resource's name property or logicalId. Follows the one-stack-per-file model.
name
new YamlFileSynthesizer({ outputDir: '.', fileName: 'multipass.yaml' }) Copy
new YamlFileSynthesizer({ outputDir: '.', fileName: 'multipass.yaml' })
Absolute or relative path to the directory where YAML files will be written.
Optional output filename override for the synthesized YAML file. When set, this filename is used instead of deriving it from the resource's
nameproperty or logicalId. Follows the one-stack-per-file model.