static validateEnv()

in cdk/src/config/config-validator.ts [69:72]


    static validateEnv(config: NitroEnclavesAcmStreamlineConfig, isDestroySubcommand: boolean = false): void {
        if (!config.region) throw new Error('AWS region must be specified.');
        if (!config.account) throw new Error('AWS account must be specified.');
    }