@cdk-x/core
    Preparing search index...

    Interface YamlFileSynthesizerOptions

    interface YamlFileSynthesizerOptions {
        fileName?: string;
        outputDir: string;
    }
    Index

    Properties

    Properties

    fileName?: string

    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.

    new YamlFileSynthesizer({ outputDir: '.', fileName: 'multipass.yaml' })
    
    outputDir: string

    Absolute or relative path to the directory where YAML files will be written.