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

    Interface YamlFileProps

    interface YamlFileProps {
        description?: string;
        fileName: string;
        outputDir?: string;
        stackName?: string;
    }
    Index

    Properties

    description?: string

    Optional human-readable description for this stack.

    fileName: string

    The name of the YAML file to generate (e.g. multipass.yaml).

    outputDir?: string

    Directory where the YAML file will be written.

    '.'
    
    stackName?: string

    Optional human-readable name for this stack.

    StackProps.stackName