MDAA TS Docs
    Preparing search index...

    File deployment configuration for CloudFormation Init.

    interface FileProps {
        filePath: string;
        restartRequired?: boolean;
    }
    Index

    Properties

    filePath: string

    Path to the local source file whose content will be deployed to the instance.

    Use cases: Configuration file deployment; Script deployment

    AWS: CloudFormation::Init files

    Validation: Required; valid file path relative to the config

    restartRequired?: boolean

    When true, restarts associated services after file deployment.

    Use cases: Config file change triggers service reload

    AWS: CloudFormation::Init restart handle

    Validation: Optional; boolean